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

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

    Parameters

    value
    See Also