GoXam for WPF v3
FindPartAt Method (DiagramTool)
Northwoods.GoXam.Tool Namespace > DiagramTool Class : FindPartAt Method
a Point in model coordinates
if true, the Northwoods.GoXam.Part found must be selectable; otherwise any Part will do
Find a Northwoods.GoXam.Part at the given point, perhaps requiring it to be Northwoods.GoXam.Part.Selectable.
Syntax
protected virtual Part FindPartAt( 
   Point p,
   bool selectable
)

Parameters

p
a Point in model coordinates
selectable
if true, the Northwoods.GoXam.Part found must be selectable; otherwise any Part will do

Return Value

the first (frontmost) Northwoods.GoXam.Part at the location p; the part could be a Northwoods.GoXam.Node or a Northwoods.GoXam.Link, including temporary ones such as Northwoods.GoXam.Adornments.
See Also

Reference

DiagramTool Class
DiagramTool Members