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

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

    Parameters

    p
    See Also