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

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

Parameters

rect
See Also