PixelFormatInfo PixelFormat { get; }
ReadOnly Property PixelFormat As PixelFormatInfo
Get
property PixelFormatInfo PixelFormat {
PixelFormatInfo get ();
}
abstract PixelFormat : PixelFormatInfo with get
The value of this property determines how the raw underlying values should be interpreted if the pixels are accessed by the ReadRaw or WriteRaw methods. Otherwise, in most cases using the members of the interfaces derived from the IBitmapData and IBitmapDataRow interfaces work seamlessly.
If this property returns an indexed format (see Indexed), then the Palette property returns a non- value.