共用方式為


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)

屬性值

適用於