Documents for PDF, .NET Edition Documentation
ObjectRect Constructor(RectangleF)

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > ObjectRect Class > ObjectRect Constructor : ObjectRect Constructor(RectangleF)
The rectangle used to initialize the new ObjectRect.
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

Reference

ObjectRect Class
ObjectRect Members
Overload List