Point2d Constructor(PointF)
In This Topic
Initializes a new instance of the Point2d class.
Syntax
'Declaration
Public Function New( _
ByVal As PointF _
)
Parameters
- p
- An ordered pair of floating point x and y coordinates that defines a point in a two-dimensional plane.
See Also