Piccolo.NET

PCamera.RepaintFrom Method 

Overridden. Repaint this camera, and forward the repaint request to the camera's canvas if it is not null.

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

Parameters

bounds
The bounds to repaint, in local coordinates.
childOrThis
If childOrThis does not equal this then this camera's matrix will be applied to the bounds paramater.

See Also

PCamera Class | UMD.HCIL.Piccolo Namespace


Web Accessibility