Interface ISize3D
Defines a series of members to be implemented by a type that represents a size in three dimensions.
Namespace: TheXDS.MCART.Types.Base
Assembly: MCART.dll
Syntax
public interface ISize3D : ISize
Properties
| Edit this page View SourceDepth
Gets the depth component of the size.
Declaration
double Depth { get; set; }
Property Value
Type | Description |
---|---|
double |