Enum VideoFlipRotateMethod
Video flip/rotate method.
Namespace: VisioForge.Core.Types.X.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
[Flags]
public enum VideoFlipRotateMethod
Fields
| Name | Description |
|---|---|
| Method180 | 180 degree. |
| Method90L | 90 left degree. |
| Method90R | 90 degree right. |
| MethodHorizontal | Horizontal. |
| MethodVertical | Vertical. |
| None | None. |