DisplayMonitor.RedPrimary Property

Definition

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

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

Property Value

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

Applies to