Specifies the type of flip operation to perform on an image.
Namespace: ImageSenseAssembly: ImageSense (in ImageSense.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public enum FlipType |
| Visual Basic |
|---|
Public Enumeration FlipType |
| Visual C++ |
|---|
public enum class FlipType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Horizontal | 0 | Flip horizontally. | |
| Vertical | 1 | Flip vertically. | |
| Both | 2 | Flip both horizontally and vertically. |