Click or drag to resize

UntiledLayerGet Method

Determines the tool tip texts for a given position

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

Parameters

center
Type: System.WindowsPoint
Position to get the tool tips for.
maxPixelDistance
Type: SystemDouble
Maximal distance from the specified position to get the tool tips for.

Return Value

Type: IEnumerableIMapObject
Tool tip texts.

Implements

IToolTipsGet(Point, Double)
See Also