CartoType .NET API 7.8.2, 2022-03-25
for development in C#, Visual Basic and other .NET languages
Public Member Functions | Properties | List of all members
CartoType::Point Class Reference

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.
 

Detailed Description

A 2D point using floating-point coordinates.


The documentation for this class was generated from the following file: