ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / RectL Structure / Explicit Type Conversion Operator / Explicit Type Conversion(RectL,Rectangle) Operator

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

    Parameters

    rc
    See Also