Overload | Description |
---|---|
Quadrilateral Constructor(PointF,PointF,PointF,PointF) | Initializes a new instance of the Quadrilateral struct from the four corners of a rectangle.
The vertices's of the quadrilateral correspond to the corners of the rectangle clockwise starting from the bottom left vertex. |
Quadrilateral Constructor(RectangleF) | Initializes a new instance of the Quadrilateral struct from a rectangle.
The vertices's of the quadrilateral correspond to the corners of the rectangle clockwise starting from the bottom left vertex. |