Piccolo.NET

PClip.Paint Method 

Overridden. Renders the fill for this node and then pushes the clip onto the paint context, so that when this node's children are rendered they will be clipped accordingly.

protected override void Paint(
   PPaintContext paintContext
);

Parameters

paintContext
The paint context to use for painting this node.

See Also

PClip Class | UMD.HCIL.PiccoloX.Nodes Namespace