Piccolo.NET

PNode.Paint Method 

Paint this node behind any of its children nodes.

protected virtual void Paint(
   PPaintContext paintContext
);

Parameters

paintContext
The paint context to use for painting this node.

Remarks

Notes to Inheritors: Subclasses that define a different appearance should override this method and paint themselves there.

See Also

PNode Class | UMD.HCIL.Piccolo Namespace


Web Accessibility