This namespace contains nodes that may be useful for Piccolo applications. These nodes are intended to be useful, but not definitive. Many applications will also end up defining their nodes which can be used along with these.
Class | Description |
---|---|
PImage | PImage is a wrapper around a System.Drawing.Image. |
PPath | PPath is a wrapper around a System.Drawing.Drawing2D.GraphicsPath. |
PText | PText is a multi-line text node. The text will wrap based on the width of the node's bounds. |
Enumeration | Description |
---|---|
PPath.PathPickMode | Represents the types of picking modes for a PPath object. |