Constructor
new Point(x, y)
Parameters:
Name | Type | Description |
---|---|---|
x |
Number | Horizontal point position. |
y |
Number | Vertical point position. |
Properties:
Name | Type | Description |
---|---|---|
x |
Number | The horizontal coordinate. |
y |
Number | The vertical coordinate. |
- Source: