Table of Contents

Enum RawRotationCapabilities

Namespace
SharpDX.WIC
Assembly
SharpDX.Direct2D1.dll

Specifies the rotation capabilities of the codec.

public enum RawRotationCapabilities

Fields

FullySupported = 3

All rotation angles are supported.

GetSupported = 1

Set operations for rotation is not supported.

NinetyDegreesSupported = 2

90 degree rotations are supported.

NotSupported = 0

Rotation is not supported.