DisplayView.ContentResolution 属性

定义

此组克隆的 DisplayPath 对象的逻辑内容解析。 对于硬件克隆中的 DisplayView ,该值与每个路径的 SourceResolution 属性的值相同。

public:
 property IReference<SizeInt32> ^ ContentResolution { IReference<SizeInt32> ^ get(); void set(IReference<SizeInt32> ^ value); };
IReference<SizeInt32> ContentResolution();

void ContentResolution(IReference<SizeInt32> value);
public System.Nullable<SizeInt32> ContentResolution { get; set; }
var iReference = displayView.contentResolution;
displayView.contentResolution = iReference;
Public Property ContentResolution As Nullable(Of SizeInt32)

属性值

适用于