Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / Quadrilateral Structure / Quadrilateral Constructor / Quadrilateral Constructor(RectangleF)
The rectangle.

In This Topic
    Quadrilateral Constructor(RectangleF)
    In This Topic
    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.

    Syntax
    'Declaration
     
    Public Function New( _
       ByVal rect As System.Drawing.RectangleF _
    )
    public Quadrilateral( 
       System.Drawing.RectangleF rect
    )

    Parameters

    rect
    The rectangle.
    See Also