Click or drag to resize

DefaultNavigationStatusHitTest Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Perform a hit test.

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
X coordinate.
y
Type: SystemInt32
Y coordinate.
aMap
Type: Telogis.GeoBaseIMap
The IMap upon which the click occurred.

Return Value

Type: IMapMouseHandler
The LabelBox if the click was on a LabelBox; otherwise null.

Implements

IMapMouseHandlerHitTest(Int32, Int32, IMap)
See Also