Click or drag to resize

RouteStopHitTest Method (Int32, Int32, IMap)

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

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public virtual 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 item (if the click occurred on the item), otherwise null.

Implements

IMapMouseHandlerHitTest(Int32, Int32, IMap)
See Also