Click or drag to resize

FlipOrientation Enumeration

Specifies a possible values for the orientation of a shape.

Namespace: SautinSoft.Document.Drawing
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public enum FlipOrientation
Members
Member nameValueDescription
None0 Coordinates are not flipped.
Horizontal1 Flip along the y-axis, reversing the x-coordinates.
Vertical2 Flip along the x-axis, reversing the y-coordinates.
Both3 Flip along both the y- and x-axis.
See Also