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