Map for WinForms | ComponentOne
C1.Win.Map Namespace / C1Map Class / CenterTo Method
The position in map's client area.

In This Topic
    CenterTo Method (C1Map)
    In This Topic
    Makes the specified position as the center of the map.
    Syntax
    'Declaration
     
    
    Public Sub CenterTo( _
       ByVal position As Point _
    ) 
    public void CenterTo( 
       Point position
    )

    Parameters

    position
    The position in map's client area.
    Remarks
    Valid only after the map is rendered.
    See Also