DisplayModeInfo.SourcePixelFormat 属性

定义

获取或设置将允许显示给此 DisplayModeInfo 的图面的像素格式。

public:
 property DirectXPixelFormat SourcePixelFormat { DirectXPixelFormat get(); };
DirectXPixelFormat SourcePixelFormat();
public DirectXPixelFormat SourcePixelFormat { get; }
var directXPixelFormat = displayModeInfo.sourcePixelFormat;
Public ReadOnly Property SourcePixelFormat As DirectXPixelFormat

属性值

DirectXPixelFormat 值。

注解

此属性可以保留其默认值 (DirectXPixelFormat::Unknown) ,以便允许系统在调用 TryApplyTryFunctionalize 期间填充此属性。

适用于