CartesianPoint Constructors
A Cartesian point on the map.Name | Parameters | Description |
---|---|---|
CartesianPoint() | none | Initializes a new instance of the CartesianPoint class with default settings. |
CartesianPoint(Double, Double) | x, y | Initializes a new instance of the CartesianPoint class with specified X and Y coordinates. |
See Also