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


IMonitorSettings.GetGreenPoint Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IMonitorSettings.GetGreenPoint Method

The green point of the monitor (0 <= x <= 1, 0 <= y <= 1.

[Visual Basic .NET]
Public Sub GetGreenPoint ( _
    ByRef x As Double, _
    ByRef y As Double _
)
[C#]
public void GetGreenPoint (
    ref double x,
    ref double y
);
[C++]
HRESULT GetGreenPoint(
  double* x,
  double* y
);
[C++]

Parameters x [out] x is a parameter of type double y [out] y is a parameter of type double

Product Availability

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

See Also

IMonitorSettings Interface