Piccolo.NET

PNode Class

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 class PNode : ICloneable, ISerializable, IEnumerable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

See UMD.HCIL.PiccoloExample.NodeExample for demonstrations of how nodes can be used and how new types of nodes can be created.

Requirements

Namespace: UMD.HCIL.Piccolo

Assembly: UMD.HCIL.Piccolo (in UMD.HCIL.Piccolo.dll)

See Also

PNode Members | UMD.HCIL.Piccolo Namespace


Web Accessibility