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

    Parameters

    rc
    See Also