Piccolo.NET

PNode.FullPaint Method 

Paint this node and all of its descendents.

public virtual void FullPaint(
   PPaintContext paintContext
);

Parameters

paintContext
The paint context to use for painting this node.

Remarks

Notes to Inheritors: Most subclasses do not need to override this method, they should override paint or paintAfterChildren instead.

See Also

PNode Class | UMD.HCIL.Piccolo Namespace


Web Accessibility