Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / ObjectRect Class / ObjectRect Constructor / ObjectRect Constructor(RectangleF)
The rectangle used to initialize the new ObjectRect.

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

    Parameters

    rc
    The rectangle used to initialize the new ObjectRect.
    See Also