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


IScreenDisplayZoom.ZoomMoveTo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IScreenDisplayZoom Interface > IScreenDisplayZoom.ZoomMoveTo Method
ArcGIS Developer Help

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