Auxiliary structure of a rectangle

The following tables list the members exposed by the Rect type.

Name Description
Public constructor Rect

Initializes a new instance of the Rect class with the specified location and size.

Top
Name Description
Public field X1 X1 coordinate of a rectangle
Public field X2 X2 coordinate of a rectangle
Public field Y1 Y1 coordinate of a rectangle
Public field Y2 Y2 coordinate of a rectangle
Top