다음을 통해 공유


DisplayMonitor.WhitePoint 속성

정의

색 색 흰색 점을 가져옵니다(모니터의 확장 디스플레이 식별 데이터 또는 EDID 및 모든 드라이버 재정의에서 계산됨).

public:
 property Point WhitePoint { Point get(); };
Point WhitePoint();
public Point WhitePoint { get; }
var point = displayMonitor.whitePoint;
Public ReadOnly Property WhitePoint As Point

속성 값

모니터의 확장 디스플레이 식별 데이터 또는 EDID 및 드라이버 재정의에서 계산된 색 색 흰색 점(알려진 경우)이고, 그렇지 않으면 null입니다.

적용 대상