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


IScreenDisplayZoom.ZoomMoveTo Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IScreenDisplayZoom.ZoomMoveTo Method

Zooms to a new extent.

[Visual Basic .NET]
Public Sub ZoomMoveTo ( _
    ByVal Point As IPoint _
)
[C#]
public void ZoomMoveTo (
    IPoint Point
);
[C++]
HRESULT ZoomMoveTo(
  IPoint* Point
);
[C++]

Parameters Point [in]
Point is a parameter of type IPoint

Product Availability

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

See Also

IScreenDisplayZoom Interface