Click or drag to resize

NavigationManagerHitTest Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Check for a mouse hit on this NavigationManager.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public IMapMouseHandler HitTest(
	int x,
	int y,
	IMap aMap
)

Parameters

x
Type: SystemInt32
Mouse x-coordinate.
y
Type: SystemInt32
Mouse y-coordinate.
aMap
Type: Telogis.GeoBaseIMap
The map on which the click occurred.

Return Value

Type: IMapMouseHandler
If there was a hit, returns the NavigationManager that was clicked. If not hit, returns null.

Implements

IMapMouseHandlerHitTest(Int32, Int32, IMap)
See Also