ImageBuffer.PixelFormat Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the pixel format of the image.
public:
property ImageBufferPixelFormat PixelFormat { ImageBufferPixelFormat get(); };
ImageBufferPixelFormat PixelFormat();
public ImageBufferPixelFormat PixelFormat { get; }
var imageBufferPixelFormat = imageBuffer.pixelFormat;
Public ReadOnly Property PixelFormat As ImageBufferPixelFormat
Property Value
The pixel format of the image.