Point.Point

Point constructor

Initializes a new instance of the Point struct.

public Point(float x, float y)
Parameter Type Description
x Single The x coordinate
y Single The y coordinate

See Also