ArcObjects Library Reference (Display)  

IMonitorSettings Interface

Provides access to members that control the monitor settings.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Maintains color profile information about a monitor.  This information can be supplied by a third party device called a colorimeter, which evaluates the monitor under a specific lighting condition.

Members

Description
Read/write property Gamma The gamma value of the monitor. ( 1 <= gamma value <= 3).
Method GetBluePoint The blue point of the monitor (0 <= x <= 1, 0 <= y <= 1.
Method GetGreenPoint The green point of the monitor (0 <= x <= 1, 0 <= y <= 1.
Method GetRedPoint The red point of the monitor (0 <= x <= 1, 0 <= y <= 1.
Method GetWhitePoint The white point of the monitor (0 <= x <= 1, 0 <= y <= 1.
Read/write property MonitorName The name of the monitor.
Read/write property PhosphorName The phosphor name of the monitor.
Method SetBluePoint The blue point of the monitor (0 <= x <= 1, 0 <= y <= 1.
Method SetGreenPoint The green point of the monitor (0 <= x <= 1, 0 <= y <= 1.
Method SetRedPoint The red point of the monitor (0 <= x <= 1, 0 <= y <= 1.
Method SetWhitePoint The white point of the monitor (0 <= x <= 1, 0 <= y <= 1.
Read/write property WhitePointName The white point name of the monitor.

CoClasses that implement IMonitorSettings

CoClasses and Classes Description
MonitorSettings This object stores color settings specifically for one monitor to optimize color representation.