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

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

    Parameters

    p
    See Also