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