Click or drag to resize

CompassRoseHitTest Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Implementation of IMapMouseHandler. Checks to see if the Compass Rose should respond to the user action. Should not be called directly.

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 of the mouse.
y
Type: SystemInt32
The Y coordinate of the mouse.
aMap
Type: Telogis.GeoBaseIMap
The map.

Return Value

Type: IMapMouseHandler
True if the mouse is over the Compass Rose, otherwise false.

Implements

IMapMouseHandlerHitTest(Int32, Int32, IMap)
See Also