Click or drag to resize

UntiledLayerToolTipHitTest Method

Hit tests the given layer features.

Namespace:  Ptv.XServer.Controls.Map.Layers.Untiled
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
protected virtual IEnumerable<IMapObject> ToolTipHitTest(
	IEnumerable<IMapObject> mapObjectsForHitTest,
	Point center,
	double maxPixelDistance
)

Parameters

mapObjectsForHitTest
Type: System.Collections.GenericIEnumerableIMapObject
Object information to hit test.
center
Type: System.WindowsPoint
Point to test
maxPixelDistance
Type: SystemDouble
Maximal distance from the specified position to get the tool tips for.

Return Value

Type: IEnumerableIMapObject
Matching layer objects.
See Also