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