Map for WinForms | ComponentOne
C1.Win.Map Namespace / C1Map Class / ZoomAt Method
The delta of the zoom value.
The position in map's client area.

In This Topic
    ZoomAt Method (C1Map)
    In This Topic
    Zooms the map with the specified delta, at the specified position.
    Syntax
    'Declaration
     
    
    Public Sub ZoomAt( _
       ByVal zoomDelta As Double, _
       ByVal position As Point _
    ) 
    public void ZoomAt( 
       double zoomDelta,
       Point position
    )

    Parameters

    zoomDelta
    The delta of the zoom value.
    position
    The position in map's client area.
    Remarks
    Valid only after the map is rendered.
    See Also