ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Point2F Structure / Point2F Constructor / Point2F Constructor(Single,Single)

In This Topic
    Point2F Constructor(Single,Single)
    In This Topic
    Initializes a new instance of the Point2F struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As Single, _
       ByVal y As Single _
    )
    public Point2F( 
       float x,
       float y
    )

    Parameters

    x
    y
    See Also