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

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

    Parameters

    value
    See Also