TreePlus GetElementsAtLocation Method (Node, Point)TreePlusSilverlight - An implementation of the TreePlus algorithm using Silverlight
Gets a list of UIElements 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

n
Type: TreePlusSilverlight.Graph Node
The Node that will be exluded from returned UIElements (usually the Node you are currently testing for occluders).
p
Type: OnlineSystem.Windows Point
The OnlinePoint that specifies the Top/Left position inside the drawing Canvas where to check for UIElements.

Return Value

A List of UIElements at the specified position not including the one defined by n.
Remarks

Returned elements are usually of type TreePlusUINode.
See Also