Piccolo.NET

PLayer.RepaintFrom Method 

Overridden. Forward repaints to the cameras that are viewing this layer.

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 layer's matrix will be applied to the bounds paramater.

See Also

PLayer Class | UMD.HCIL.Piccolo Namespace