PixelFormats.Bgra32 Eigenschap

Definitie

Hiermee haalt u de Bgra32 pixelindeling op. Bgra32 is een sRGB-indeling met 32 bits per pixel (BPP). Elk kanaal (blauw, groen, rood en alfa) wordt 8 bits per pixel (BPP) toegewezen.

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

Waarde van eigenschap

De Bgra32 pixelindeling.

Opmerkingen

XAML-kenmerkgebruik

<object property="Bgra32"/>

Van toepassing op