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


IMonitorSettings.Gamma Property (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 > IMonitorSettings.Gamma Property
ArcGIS Developer Help

IMonitorSettings.Gamma Property

The gamma value of the monitor. ( 1 <= gamma value <= 3).

[Visual Basic .NET]
Public Property Gamma As Double
[C#]
public double Gamma {get; set;}
[C++]
HRESULT get_Gamma(
  double Gamma
);
[C++]
HRESULT put_Gamma(
  System.Double* Gamma
);
[C++]
Parameters
Gamma [in]

Gamma is a parameter of type double Gamma [out, retval]
Gamma is a parameter of type double*

Product Availability

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

See Also

IMonitorSettings Interface