DisplayPath.PhysicalPresentationRate 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置在) 虚拟化刷新率时显示器扫描像素 (的实际物理速率。
public:
property IReference<DisplayPresentationRate> ^ PhysicalPresentationRate { IReference<DisplayPresentationRate> ^ get(); void set(IReference<DisplayPresentationRate> ^ value); };
IReference<DisplayPresentationRate> PhysicalPresentationRate();
void PhysicalPresentationRate(IReference<DisplayPresentationRate> value);
public System.Nullable<DisplayPresentationRate> PhysicalPresentationRate { get; set; }
var iReference = displayPath.physicalPresentationRate;
displayPath.physicalPresentationRate = iReference;
Public Property PhysicalPresentationRate As Nullable(Of DisplayPresentationRate)
属性值
DisplayPresentationRate 对象,表示显示器扫描像素的实际物理速率。
Windows 要求
设备系列 |
Windows 11 (在 10.0.22000.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v14.0 中引入)
|
注解
从 Windows 11 开始,如果物理显示器能够虚拟化刷新率,并且不一定表示线路上的实际像素速率,则 DisplayPresentationRate 将虚拟化。
若要确定显示器扫描像素的实际物理速率,请在创建 DisplayManager 和 DisplayPath 对象时使用标志 DisplayManagerOptions::VirtualRefreshRateAware。
如果应用程序的 DisplayManager 无法识别虚拟刷新率,则无法访问 PhysicalPresentationRate。