次の方法で共有


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)

プロパティ値

適用対象