ArcObjects Library Reference (Display)  

IScreenDisplayZoom.ZoomStart Method

Prepares display for zooming.

[Visual Basic .NET]
Public Sub ZoomStart ( _
    ByVal Point As IPoint _
)
[C#]
public void ZoomStart (
    IPoint Point
);
[C++]
HRESULT ZoomStart(
  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