PixelFormats.Bgr32 Propriété

Définition

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

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

Valeur de propriété

Format de pixel Bgr32.

Remarques

Utilisation d'attributs XAML

<object property="Bgr32"/>  

S’applique à