Click or drag to resize

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
)

Parameters

mousePosition
Type: System.WindowsPoint
Current position of the mouse indicating where the magnifier is positioned.
See Also