BitmapSource::Format Property

 

Gets the native PixelFormat of the bitmap data.

Namespace:   System.Windows.Media.Imaging
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property PixelFormat Format {
	virtual PixelFormat get();
}

Property Value

Type: System.Windows.Media::PixelFormat

The pixel format of the bitmap data.

If the BitmapSource is directly readable, this is the format that the pixels will be in when they are read.

.NET Framework
Available since 3.0
Return to top
Show: