Freigeben über


PixelFormats.Bgra32 Eigenschaft

Definition

Ruft das Bgra32-Pixelformat ab. Bgra32 ist ein sRGB-Format mit 32 Bit pro Pixel (BPP). Jeder Kanal (blau, grün, rot und Alpha) wird 8 Bit pro Pixel (BPP) zugewiesen.

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

Eigenschaftswert

PixelFormat

Das Bgra32-Pixelformat.

Hinweise

Verwendung von XAML-Attributen

<object property="Bgra32"/>  

Gilt für