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


IMonitorSettings.SetRedPoint Method (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.SetRedPoint Method
ArcGIS Developer Help

IMonitorSettings.SetRedPoint Method

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

[Visual Basic .NET]
Public Sub SetRedPoint ( _
    ByVal x As Double, _
    ByVal y As Double _
)
[C#]
public void SetRedPoint (
    double x,
    double y
);
[C++]
HRESULT SetRedPoint(
  double x,
  double y
);
[C++]
Parameters
x [in]

x is a parameter of type double y [in]
y is a parameter of type double

Product Availability

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

See Also

IMonitorSettings Interface