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

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

    Parameters

    value
    See Also