|
CartoType .NET API 9.6-4-g79291b60b
for development in C#, Visual Basic and other .NET languages
|
A 2D point using floating-point coordinates. More...
#include <CartoTypeGeometry.h>
Public Member Functions | |
| Point () | |
| Creates the point (0,0). | |
| Point (double aX, double aY) | |
| Creates the point (aX,aY). | |
| Point (Point^ aPoint) | |
| Creates a point by copying aPoint. | |
Properties | |
| double | X |
| The X coordinate. | |
| double | Y |
| The Y coordinate. | |
A 2D point using floating-point coordinates.