Click or drag to resize

PathElementType Enumeration

Specifies a possible custom geometry path element types.

Namespace: SautinSoft.Document.Drawing
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public enum PathElementType
Members
Member nameValueDescription
Close0 Close shape path.
MoveTo1 Move path to.
LineTo2 Draw line to.
ArcTo3 Draw arc to.
QuadBezierTo4 Draw quadratic bezier curve to.
CubicBezierTo5 Draw cubic bezier curve to.
See Also