This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMonitorSettings Interface > IMonitorSettings.GetBluePoint Method (ArcObjects .NET 10.5 SDK) |
The blue point of the monitor (0 <= x <= 1, 0 <= y <= 1.
[Visual Basic .NET] Public Sub GetBluePoint ( _ ByRef x As Double, _ ByRef y As Double _ )
[C#] public void GetBluePoint ( ref double x, ref double y );
[C++]
HRESULT GetBluePoint(
double* x,
double* y
);
[C++]
Parameters x [out] x is a parameter of type double y [out] y is a parameter of type double