Search
MapLayerBase(TColor, TPalette).HitTest Method
See Also
 





Layer.HitTest override.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public override MapElement HitTest (
    Point mousePosition,
    ITransform transform
)

Visual Basic  Copy Code

Public Overrides Function HitTest( _
    mousePosition As Point, _
    transform As ITransform _
) As MapElement

 Parameters

mousePosition

A Point instance specifying location.

transform

The transform currently used to draw the map.

 Return Value

The MapElement that contains the specified point.

 See Also