Upravit

Sdílet prostřednictvím


CGImageByteOrderInfo Enum

Definition

This enumeration supports a bitwise combination of its member values.

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

Fields

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

Applies to