UMD.HCIL.Piccolo.PNode.PaintAfterChildren C# (CSharp) Method

PaintAfterChildren() protected method

Subclasses that wish to do additional painting after their children are painted should override this method and do that painting here.
protected PaintAfterChildren ( UMD.HCIL.Piccolo.Util.PPaintContext paintContext ) : void
paintContext UMD.HCIL.Piccolo.Util.PPaintContext /// The paint context to use for painting after the children are painted. ///
return void
		protected virtual void PaintAfterChildren(PPaintContext paintContext) {
		}