Share via


DisplayMonitor.RedPrimary 属性

定义

获取 (从监视器的扩展显示标识数据或 EDID 计算的色度红色主点,并且任何驱动程序都替代) 。

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

属性值

色度红色主点 (从监视器的扩展显示标识数据或 EDID 中计算,并且任何驱动程序将替代) (如果已知),否则 null为 。

适用于