FlipOrientation Enumeration |
Specifies a possible values for the orientation of a shape.
Namespace: SautinSoft.Document.DrawingAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.11.10
Syntaxpublic enum FlipOrientation
Public Enumeration FlipOrientation
Members| Member name | Value | Description |
|---|
| None | 0 |
Coordinates are not flipped.
|
| Horizontal | 1 |
Flip along the y-axis, reversing the x-coordinates.
|
| Vertical | 2 |
Flip along the x-axis, reversing the y-coordinates.
|
| Both | 3 |
Flip along both the y- and x-axis.
|
See Also