Zooms to designated center point with a specified scale factor.
Syntax
Visual Basic (Declaration) | |
---|
Public Overloads Overridable Function Zoom( _
ByVal scaleFactor As Double, _
ByVal centerPoint As Point _
) As ESRI.ArcGIS.ADF.Web.CartoImage |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As View
Dim scaleFactor As Double
Dim centerPoint As Point
Dim value As ESRI.ArcGIS.ADF.Web.CartoImage
value = instance.Zoom(scaleFactor, centerPoint) |
Parameters
- scaleFactor
- Positive to zoom-in, negative to zoom-out.
- centerPoint
- Map's new center point.
Return Value
New zoomed map image, in the form of a CartoImage object. Use CartoImage.Url to retrieve the image's URL.
Remarks
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also