Class CadSize

CadSize class

The Cad size

public class CadSize

Constructors

NameDescription
CadSize(double, double)Initializes a new instance of the CadSize class.

Properties

NameDescription
Height { get; set; }Gets or sets the height.
Width { get; set; }Gets or sets the Width.

Methods

NameDescription
override ToString()Returns a String that represents this instance.
Truncate()Gets the point.

See Also