Class BlockSize
Represents the size of a block.
public class BlockSize
- Inheritance
-
BlockSize
- Inherited Members
Properties
Height
Gets the height in millimeters.
public double Height { get; }
Property Value
Width
Gets the width in millimeters.
public double Width { get; }