Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft