Interface IBoxDescription
Inherited Members
Namespace: Experior.Interfaces
Assembly: Experior.Interfaces.dll
Syntax
public interface IBoxDescription : IShapeDescription
Properties
Height
Declaration
float Height { get; }
Property Value
Type | Description |
---|---|
System.Single |
Length
Declaration
float Length { get; }
Property Value
Type | Description |
---|---|
System.Single |
Width
Declaration
float Width { get; }
Property Value
Type | Description |
---|---|
System.Single |