PathElementType Enumeration |
Specifies a possible custom geometry path element types.
Namespace: SautinSoft.Document.DrawingAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.11.10
Syntaxpublic enum PathElementType
Public Enumeration PathElementType
Members| Member name | Value | Description |
|---|
| Close | 0 |
Close shape path.
|
| MoveTo | 1 |
Move path to.
|
| LineTo | 2 |
Draw line to.
|
| ArcTo | 3 |
Draw arc to.
|
| QuadBezierTo | 4 |
Draw quadratic bezier curve to.
|
| CubicBezierTo | 5 |
Draw cubic bezier curve to.
|
See Also