ComponentOne Bitmap for WinForms
C1.Win.C1DX.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 System.Single, _
       ByVal y As System.Single _
    )
    public Point2F( 
       System.float x,
       System.float y
    )

    Parameters

    x
    y
    See Also