MagnifierMapViewSetPosition Method |
Sets the position of the magnifier and calculates the zoom in order to display the magnified map.
Namespace:
Ptv.XServer.Controls.Map.Gadgets
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public void SetPosition(
Point mousePosition
)
Public Sub SetPosition (
mousePosition As Point
)
public:
void SetPosition(
Point mousePosition
)
member SetPosition :
mousePosition : Point -> unit
Parameters
- mousePosition
- Type: System.WindowsPoint
Current position of the mouse indicating where the magnifier is positioned.
See Also