DisplayModeInfo 类

定义

描述 DisplayPath 的属性的有效组合。 可以使用 ApplyPropertiesFromMode 方法在 DisplayPath 上设置此对象的属性值。 请注意,此对象引用一系列有效的线路格式,而不仅仅是一种特定的线路格式。

public ref class DisplayModeInfo sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class DisplayModeInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class DisplayModeInfo
Public NotInheritable Class DisplayModeInfo
继承
Object Platform::Object IInspectable DisplayModeInfo
属性

Windows 要求

设备系列
Windows 10, version 1809 (在 10.0.17763.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v7.0 中引入)

属性

IsInterlaced

获取一个值,该值指示 DisplayModeInfo 是否交错。

IsStereo

获取一个值,该值指示 DisplayModeInfo 是否为立体 3D。

PhysicalPresentationRate

获取或设置在刷新率) 虚拟化时显示器扫描像素 (的实际物理速率。

PresentationRate

获取 DisplayModeInfo 的表示速率。

Properties

获取包含 DisplayModeInfo 属性的集合。

SourcePixelFormat

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

SourceResolution

获取或设置用于扫描的像素缓冲区大小的可选值,然后再将其转换为适合目标分辨率。

TargetResolution

获取或设置提供给目标监视器的帧大小的可选值。 这可能不同于“源”帧缓冲区的大小,在这种情况下,显示管道使用 “旋转 ”和“ 缩放 ”属性转换内容。

方法

GetWireFormatSupportedBitsPerChannel(DisplayWireFormatPixelEncoding)

检索一个值,该值包含零个或多个每个通道的显示位标志, (逻辑上 or-ed 在一起) 对 DisplayModeInfo 有效,以便提供显示线格式像素编码。

IsWireFormatSupported(DisplayWireFormat)

检索指示 DisplayModeInfo 是否支持指定格式的布尔值。

适用于