ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / RectF Structure / Explicit Type Conversion Operator / Explicit Type Conversion(RectF,Rect) Operator

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

    Parameters

    rc
    See Also