Piccolo.NET

PNodeCache.RepaintFrom Method 

Overridden. Pass the given repaint request up the tree if the image cache is not currently being created.

public override void RepaintFrom(
   RectangleF bounds,
   PNode childOrThis
);

Parameters

bounds
The bounds to repaint, specified in the local coordinate system.
childOrThis
If childOrThis does not equal this then this node's matrix will be applied to the bounds paramater.

See Also

PNodeCache Class | UMD.HCIL.PiccoloX.Nodes Namespace