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


IScreenDisplayZoom.ZoomStart 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.ZoomStart Method
ArcGIS Developer Help

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