CartoType .NET API 8.8-7-gb35e4dc71
for development in C#, Visual Basic and other .NET languages
Public Member Functions | Properties | List of all members
CartoType::PathPoint Class Reference

An on-curve or off-curve point for use in paths. More...

#include <CartoTypeGeometry.h>

Public Member Functions

 PathPoint ()
 Creates the point (0,0,OnCurve).
 
 PathPoint (double aX, double aY, PointType aType)
 Creates the point (aX,aY,aType).
 
 PathPoint (PathPoint^ aPoint)
 Creates a point by copying aPoint.
 

Properties

double X
 The X coordinate.
 
double Y
 The Y coordinate
 
PointType Type
 The point type: on-curve, or a quadratic or cubic spline control point.
 

Detailed Description

An on-curve or off-curve point for use in paths.


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