PNode is the central abstraction in Piccolo. All objects that are visible on the screen are instances of the node class. All nodes may have other "child" nodes added to them.
For a list of all members of this type, see PNode Members.
System.Object
PNode
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
See UMD.HCIL.PiccoloExample.NodeExample for demonstrations of how nodes can be used and how new types of nodes can be created.
Namespace: UMD.HCIL.Piccolo
Assembly: UMD.HCIL.Piccolo (in UMD.HCIL.Piccolo.dll)
PNode Members | UMD.HCIL.Piccolo Namespace