mxPoint Constructor |
| Name | Description | |
|---|---|---|
| mxPoint |
Constructs a new point at (0, 0).
| |
| mxPoint(Point) |
Constructs a new point at the location of the given point.
| |
| mxPoint(mxPoint) |
Constructs a new point at the location of the given point.
| |
| mxPoint(Double, Double) |
Constructs a new point at (x, y).
|