Table of Contents

Enum RawCapabilities

Namespace
SharpDX.WIC
Assembly
SharpDX.Direct2D1.dll

Specifies the capability support of a raw image.

public enum RawCapabilities

Fields

FullySupported = 2

The capability supports get and set operations.

GetSupported = 1

The capability supports only get operations.

NotSupported = 0

The capability is not supported.