Enum ImageBitsFormatKind
Enumerates known image pixel format.
public enum ImageBitsFormatKind
Fields
Alpha = 1
Native image with alpha chanel.
Generic = 2
Generic platform independent image.
Native = 0
Native image without alpha chanel.
Unknown = -1
Unknown image format.