다음을 통해 공유


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)

속성 값

적용 대상