PixelFormats.Bgra32 Propriété

Définition

Obtient le format de pixel Bgra32. Bgra32 est un format sRVB avec 32 bits par pixel (BPP). Chaque canal (bleu, vert, rouge et alpha) est alloué 8 bits par pixel (BPP).

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

Valeur de propriété

PixelFormat

Format de pixel Bgra32.

Remarques

Utilisation d'attributs XAML

<object property="Bgra32"/>  

S’applique à