Enum GLVideoRendererRotateMethod
OpenGL rotate method.
Namespace: VisioForge.Core.Types.X.OpenGL
Assembly: VisioForge.Core.dll
Syntax
public enum GLVideoRendererRotateMethod
Fields
| Name | Description |
|---|---|
| FlipHorizontal | The horizontal flip. |
| FlipVertical | The vertical flip. |
| None | The none. |
| _180 | The 180 degrees. |
| _90C | The 90 degrees clockwise. |
| _90CC | The 90 degrees counterclockwise. |