Summary
Initializes a new instance of the
Point
structure.
Syntax
public Point(double x, double y)
Parameters
Name | Type | Description |
---|---|---|
x | double | The X position. |
y | double | The Y position. |
Return Value
Type | Description |
---|---|
void |