Gets a list of UIElements at a specified position inside the drawing Canvas.
Namespace: TreePlusSilverlightAssembly: 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: System.Windows Point
The Point 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
See Also