RectangleD Properties

Properties

Bottom Bottom value of the rectangle (Y+Height).
Height Height of the rectangle.
IsEmpty Width and Height are 0?
Left Left value of rectangle (X).
LeftBot Corner left bottom of the rectangle (X, Y+Height).
LeftTop Corner left top value of the rectangle (X,Y)
Location Location of the rectangle.
MaxX Right value of the rectangle (X+widht).
MaxXMaxY Corner right bottom of rectangle (X+Widht, Y+Height).
MaxXMinY Corner right top of rectangle (X+Widht, Y).
MinX Left value of rectangle (X).
MinXMaxY Corner left bottom of the rectangle (X, Y+Height).
MinXMinY Corner left top value of the rectangle (X,Y)
Right Right value of the rectangle (X+widht).
RightBot Corner right bottom of rectangle (X+Widht, Y+Height).
RightTop Corner right top of rectangle (X+Widht, Y).
Size Width and Height of the rectangle in float.
Top Top value of rectangle (Y).
Width Width of the rectangle.
X X value of the rectangle.
Y Y value of the rectangle.
YMax Maximum Y value => Same as Bottom
YMin Minimum Y value => Same as Top

See Also