CartoType UWP API 8.12-19-g3f49c29ef
for development in C#, VB.NET and C++
|
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.