MindFusion.Wpf Pack Programmer's Guide
DecorationImage.HitTest Method
See Also
 





MapElement.HitTest override.

Namespace: MindFusion.Mapping.Wpf
Assembly: MindFusion.Mapping.Wpf

 Syntax

C#  Copy Code

protected override bool HitTest (
    Point point,
    ITransform transform
)

Visual Basic  Copy Code

Protected Overrides Function HitTest( _
    point As Point, _
    transform As ITransform _
) As Boolean

 Parameters

point

A Point representing a location on the map.

transform

An ITransform representing the transform currently used to render the map.

 Return Value

true if this element contains the specified point, otherwise false.

 See Also

DecorationImage Members
DecorationImage Class
MindFusion.Mapping.Wpf Namespace