DS.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 _
)
 

Parameters

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