PixelFormats.Bgra32 Property

Definition

Gets the Bgra32 pixel format. Bgra32 is a sRGB format with 32 bits per pixel (BPP). Each channel (blue, green, red, and alpha) is allocated 8 bits per pixel (BPP).

public:
 static property System::Windows::Media::PixelFormat Bgra32 { System::Windows::Media::PixelFormat get(); };
public static System.Windows.Media.PixelFormat Bgra32 { get; }
static member Bgra32 : System.Windows.Media.PixelFormat
Public Shared ReadOnly Property Bgra32 As PixelFormat

Property Value

The Bgra32 pixel format.

Remarks

XAML Attribute Usage

<object property="Bgra32"/>  

Applies to