VectSharp  2.2.1
A light library for C# vector graphics
VectSharp.TrueTypeFile.TrueTypePoint Struct Reference

Represents a point in a TrueType path description. More...

Public Attributes

double X
 The horizontal coordinate of the point. More...
 
double Y
 The vertical coordinate of the point. More...
 
bool IsOnCurve
 Whether the point is a point on the curve, or a control point of a quadratic Bezier curve. More...
 

Detailed Description

Represents a point in a TrueType path description.

Definition at line 1360 of file TrueType.cs.

Member Data Documentation

◆ IsOnCurve

bool VectSharp.TrueTypeFile.TrueTypePoint.IsOnCurve

Whether the point is a point on the curve, or a control point of a quadratic Bezier curve.

Definition at line 1375 of file TrueType.cs.

◆ X

double VectSharp.TrueTypeFile.TrueTypePoint.X

The horizontal coordinate of the point.

Definition at line 1365 of file TrueType.cs.

◆ Y

double VectSharp.TrueTypeFile.TrueTypePoint.Y

The vertical coordinate of the point.

Definition at line 1370 of file TrueType.cs.


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