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

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

    Parameters

    value
    See Also