Table of Contents

Enum GLVideoRendererRotateMethod

Namespace
VisioForge.Core.Types.X.OpenGL
Assembly
VisioForge.Core.dll

OpenGL rotate method.

public enum GLVideoRendererRotateMethod

Fields

None = 0

The none.

_90C = 1

The 90 degrees clockwise.

_180 = 2

The 180 degrees.

_90CC = 3

The 90 degrees counterclockwise.

FlipHorizontal = 4

The horizontal flip.

FlipVertical = 5

The vertical flip.