DisplayMonitor.BluePrimary Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the chromaticity blue primary point (calculated from the monitor's Extended Display Identification Data, or EDID, and any driver overrides).
public:
property Point BluePrimary { Point get(); };
Point BluePrimary();
public Point BluePrimary { get; }
var point = displayMonitor.bluePrimary;
Public ReadOnly Property BluePrimary As Point
Property Value
The chromaticity blue primary point (calculated from the monitor's Extended Display Identification Data, or EDID, and any driver overrides) if known, otherwise null
.