TreePlus GetElementsAtLocation Method (Node, Double, Double)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).
x
Type: OnlineSystem Double
The Left position inside the drawing Canvas where to check for UIElements.
y
Type: OnlineSystem Double
The Top 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.
See Also