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