VectSharp
2.2.1
A light library for C# vector graphics
|
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... | |
Represents a point in a TrueType path description.
Definition at line 1360 of file TrueType.cs.
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.
double VectSharp.TrueTypeFile.TrueTypePoint.X |
The horizontal coordinate of the point.
Definition at line 1365 of file TrueType.cs.
double VectSharp.TrueTypeFile.TrueTypePoint.Y |
The vertical coordinate of the point.
Definition at line 1370 of file TrueType.cs.