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