TreePlus GetElementAtLocation Method TreePlusSilverlight - An implementation of the TreePlus algorithm using Silverlight
Gets a single UIElement at a specified position inside the drawing Canvas.

Namespace: TreePlusSilverlight
Assembly: TreePlusSilverlight (in TreePlusSilverlight.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

Parameters

p
Type: OnlineSystem.Windows Point
The OnlinePoint that specifies the Top/Left position inside the drawing Canvas where to look for the UIElement.

Return Value

The UIElement at the specified position. If nothing is found at that position the function returns null.
Remarks

The returned element usually is of type TreePlusUINode.
See Also