Gets a single UIElement 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
- p
- Type: System.Windows Point
The Point 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
See Also