DS.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / ObjectRect Class / Explicit Type Conversion Operator / Explicit Type Conversion(ObjectRect,RectangleF) Operator

In This Topic
Explicit Type Conversion(ObjectRect,RectangleF) Operator
In This Topic
Performs an explicit conversion from System.Drawing.RectangleF to ObjectRect.
Syntax
'Declaration
 
Overloads Public Operator Narrowing CType( _
   ByVal rc As System.Drawing.RectangleF _
) As ObjectRect
 

Parameters

rc
See Also