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