CGImageByteOrderInfo Enum

Definition

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum CGImageByteOrderInfo
type CGImageByteOrderInfo = 
Inheritance
CGImageByteOrderInfo
Attributes

Fields

ByteOrder16Big 12288
ByteOrder16Little 4096
ByteOrder32Big 16384
ByteOrder32Little 8192
ByteOrderDefault 0
ByteOrderMask 28672

Applies to