Share via


DisplayMonitor.GreenPrimary Property

Definition

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

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

Property Value

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

Applies to