Document Solutions for Imaging
GrapeCity.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
    public System.Drawing.RectangleF operator explicit( 
       ObjectRect rect
    )

    Parameters

    rect
    See Also