'Declaration Public Function New( _ ByVal rect As System.Drawing.RectangleF _ )
public Quadrilateral( System.Drawing.RectangleF rect )
Parameters
- rect
- The rectangle.
The vertices's of the quadrilateral correspond to the corners of the rectangle clockwise starting from the bottom left vertex.
'Declaration Public Function New( _ ByVal rect As System.Drawing.RectangleF _ )
public Quadrilateral( System.Drawing.RectangleF rect )