PixelFormats.Bgr101010 Propriété

Définition

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

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

Valeur de propriété

PixelFormat

Format de pixel Bgr101010.

Remarques

Utilisation d'attributs XAML

<object property="Bgr101010"/>  

S’applique à