DisplayMonitor.WhitePoint Property

Definition

Gets the chromaticity white point (calculated from the monitor's Extended Display Identification Data, or EDID, and any driver overrides).

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

Property Value

The chromaticity white point (calculated from the monitor's Extended Display Identification Data, or EDID, and any driver overrides) if known, otherwise null.

Applies to