Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / Quadrilateral Structure / ToRect Method

In This Topic
    ToRect Method
    In This Topic
    Creates a System.Drawing.RectangleF structure that contains this Quadrilateral.
    Syntax
    'Declaration
     
    Public Function ToRect() As System.Drawing.RectangleF
    public System.Drawing.RectangleF ToRect()

    Return Value

    The System.Drawing.RectangleF containing this Quadrilateral.
    See Also