Name | Description | |
---|---|---|
Quadrilateral Constructor | Overloaded. |
The following tables list the members exposed by Quadrilateral.
Name | Description | |
---|---|---|
Quadrilateral Constructor | Overloaded. |
Name | Description | |
---|---|---|
A | The first vertex of the quadrilateral.
If initialized from a rectangle, corresponds to the rectangle's bottom left corner. | |
B | The second vertex of the quadrilateral.
If initialized from a rectangle, corresponds to the rectangle's top left corner. | |
C | The third vertex of the quadrilateral.
If initialized from a rectangle, corresponds to the rectangle's top right corner. | |
D | The fourth vertex of the quadrilateral.
If initialized from a rectangle, corresponds to the rectangle's bottom right corner. |
Name | Description | |
---|---|---|
Equals | Overloaded. | |
GetHashCode | ||
Multiply | Multiplies this Quadrilateral by the x and y. | |
Offset | Overloaded. Offsets all points of this Quadrilateral by the x and y. | |
ToRect | Creates a System.Drawing.RectangleF structure that contains this Quadrilateral. | |
ToString |
Equality | Tests whether two specified Quadrilateral objects are equivalent. |
Implicit Type Conversion | Converts a System.Drawing.RectangleF to Quadrilateral. |
Inequality | Tests whether two specified Quadrilateral objects are NOT equivalent. |