ComponentOne Bitmap for UWP
C1.UWP.DX 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 Windows.Foundation.Rect to RectD.
    Syntax
    'Declaration
     
    Overloads Public Operator Narrowing CType( _
       ByVal rc As Windows.Foundation.Rect _
    ) As RectD
    public RectD operator explicit( 
       Windows.Foundation.Rect rc
    )

    Parameters

    rc
    See Also