Click or drag to resize

PoiRendererHitTest Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Determine whether this Point of Interest lies beneath the co-ordinates generated by a mouse click on the given IMap.

Namespace:  Telogis.GeoBase
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
The x coordinate to test.
y
Type: SystemInt32
The y coordinate to test.
aMap
Type: Telogis.GeoBaseIMap
The IMap upon which the click occurred.

Return Value

Type: IMapMouseHandler
This PoiRenderer if there is a hit, null if there is not.

Implements

IMapMouseHandlerHitTest(Int32, Int32, IMap)
Remarks
Will return null if the Zoom is greater than 5, or if this Point of Interest is not Visible.
See Also