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
)
Protected Overridable Function ToolTipHitTest (
mapObjectsForHitTest As IEnumerable(Of IMapObject),
center As Point,
maxPixelDistance As Double
) As IEnumerable(Of IMapObject)
protected:
virtual IEnumerable<IMapObject^>^ ToolTipHitTest(
IEnumerable<IMapObject^>^ mapObjectsForHitTest,
Point center,
double maxPixelDistance
)
abstract ToolTipHitTest :
mapObjectsForHitTest : IEnumerable<IMapObject> *
center : Point *
maxPixelDistance : float -> IEnumerable<IMapObject>
override ToolTipHitTest :
mapObjectsForHitTest : IEnumerable<IMapObject> *
center : Point *
maxPixelDistance : float -> IEnumerable<IMapObject>
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:
IEnumerableIMapObjectMatching layer objects.
See Also