SetZoomCenter Method (C1Map)
In This Topic
Sets the zoom and center of the map.
Syntax
'Declaration
Public Sub SetZoomCenter( _
ByVal As Double, _
ByVal As C1.Win.Interop.Point _
)
public void SetZoomCenter(
double ,
C1.Win.Interop.Point
)
Parameters
- zoom
- The new zoom of the map.
- center
- The new center of the map, in geography unit.
See Also