Rectangle
The height of the Rectangle
The width of the Rectangle
Create a Rectangle by four corner Points.
Create a Rectangle by four corner Points.
Create a Rectangle centered at the WCS origin in the WCS XY Plane, with specified width (X Axis length), and length (Y Axis length).
Create a Rectangle centered at input Plane root, with input width (Plane X axis length), and length (Plane Y axis length).
public static Rectangle ByWidthLength(CoordinateSystem coordinateSystem, double width = 1, double length = 1)
Create a Rectangle centered at the input origin in the CoordinateSystem XY Plane, with specified width (X Axis length), and length (Y Axis length).