DisplayModeInfo.SourcePixelFormat Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le format de pixels des surfaces qui seront autorisées à présenter à ce DisplayModeInfo.
public:
property DirectXPixelFormat SourcePixelFormat { DirectXPixelFormat get(); };
DirectXPixelFormat SourcePixelFormat();
public DirectXPixelFormat SourcePixelFormat { get; }
var directXPixelFormat = displayModeInfo.sourcePixelFormat;
Public ReadOnly Property SourcePixelFormat As DirectXPixelFormat
Valeur de propriété
Valeur DirectXPixelFormat .
Remarques
Cette propriété peut conserver sa valeur par défaut (DirectXPixelFormat::Unknown) afin de permettre au système de la remplir lors d’un appel à TryApply ou TryFunctionalize.