Click or drag to resize

PathPointFlags Enumeration

Represents the types of the point in the Path.

Namespace:  Patagames.Pdf.Enums
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
[FlagsAttribute]
public enum PathPointFlags
Members
  Member nameValueDescription
CloseFigure1 Specifies that the point is the last point in a closed subpath (figure).
LineTo2 Indicates that the point is one of the two endpoints of a line.
BezierTo4 Indicates that the point is an endpoint or control point of a cubic Bézier spline.
MoveTo6 Starts path
See Also