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

In This Topic
    Explicit Type Conversion(RectD,Rect) Operator
    In This Topic
    Performs an explicit conversion from C1.Win.Interop.Rect to RectD.
    Syntax
    'Declaration
     
    Overloads Public Operator Narrowing CType( _
       ByVal rc As Rect _
    ) As RectD
    public RectD operator explicit( 
       Rect rc
    )

    Parameters

    rc
    See Also