Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / AddRect Class / AddRect Constructor
The value of Rect.

In This Topic
    AddRect Constructor
    In This Topic
    Initializes a new instance of the AddRect class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal rect As System.Drawing.RectangleF _
    )
    public AddRect( 
       System.Drawing.RectangleF rect
    )

    Parameters

    rect
    The value of Rect.
    See Also