This document is archived and information here might be outdated.  Recommended version.


IMonitorSettings Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMonitorSettings Interface
ArcGIS Developer Help

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

Name 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.

Classes that implement IMonitorSettings

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