Поделиться через


ImageBuffer.PixelFormat Property

Definition

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.

Applies to