Click or drag to resize

LabelBoxHitTest Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Tests if the given pixel coordinates lie within this LabelBox.

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

Return Value

Type: IMapMouseHandler
The LabelBox (if the click was on the LabelBox), otherwise null.

Implements

IMapMouseHandlerHitTest(Int32, Int32, IMap)
See Also