MindFusion.Mapping Programmer's Guide

MapView.ScrollTo Method (Point)

See Also
 






Scrolls to the specified map location and center it inside the control.

Namespace: MindFusion.Mapping.Wpf
Assembly: MindFusion.Mapping.Wpf

 Syntax

C#  Copy Code

public void ScrollTo (
    Point point
)

Visual Basic  Copy Code

Public Sub ScrollTo( _
    point As Point _
)

 Parameters

point

A Point instance specifying a map location.

 See Also