Piccolo.NET

PClip.RepaintFrom Method 

Overridden. If the repaint request comes from a child, then repaint the intersection of the clip's bounds and the requested repaint bounds.

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

PClip Class | UMD.HCIL.PiccoloX.Nodes Namespace