Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / RectL Structure / Explicit Type Conversion Operator / Explicit Type Conversion(Rectangle,RectL) Operator

In This Topic
    Explicit Type Conversion(Rectangle,RectL) Operator
    In This Topic
    Performs an explicit conversion from RectL to System.Drawing.Rectangle.
    Syntax
    'Declaration
     
    Overloads Public Operator Narrowing CType( _
       ByVal value As RectL _
    ) As System.Drawing.Rectangle
    public System.Drawing.Rectangle operator explicit( 
       RectL value
    )

    Parameters

    value
    See Also