GoXam for WPF v3
InsertNode Method (ClickCreatingTool)
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam.Tool Namespace
>
ClickCreatingTool Class
: InsertNode Method
Create a node by adding a copy of the
PrototypeData
to the diagram's model, and assign its
Northwoods.GoXam.Node.Location
to be the given point.
Syntax
C#
public
virtual
void
InsertNode(
Point
loc
)
Parameters
loc
Remarks
This also selects the new node and raises the "object created" event.
See Also
Reference
ClickCreatingTool Class
ClickCreatingTool Members