Freigeben über


PixelFormats.Pbgra32 Eigenschaft

Definition

Ruft das Pbgra32-Pixelformat ab. Pbgra32 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. Jeder Farbkanal wird vorab mit dem Alphawert multipliziert.

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

Eigenschaftswert

PixelFormat

Das Pbgra32-Pixelformat.

Hinweise

Verwendung von XAML-Attributen

<object property="Pbgra32"/>  

Gilt für