Piccolo.NET

PCamera.RepaintFromLayer Method 

Repaint from one of the camera's layers.

public virtual void RepaintFromLayer(
   RectangleF bounds,
   PNode repaintedLayer
);

Parameters

bounds
The bounds to repaint, in view coordinates.
repaintedLayer
The layer that was repainted.

Remarks

The repaint region needs to be transformed from view to local coordinates in this case. Unlike most repaint methods in piccolo this one must not modify the bounds parameter.

See Also

PCamera Class | UMD.HCIL.Piccolo Namespace


Web Accessibility