Click or drag to resize

Rect2 Properties

The Rect2 type exposes the following members.

Properties
  NameDescription
Public propertyArea
The area of this rect.
Public propertyEnd
Ending corner. This is calculated as Position plus Size. Setting this value will change the size.
Public propertyPosition
Beginning corner. Typically has values lower than End.
Public propertySize
Size from Position to End. Typically all components are positive. If the size is negative, you can use Abs to fix it.
Top
See Also