Piccolo.NET

PCamera.PaintCameraView Method 

Paint all the layers that the camera is looking at.

protected virtual void PaintCameraView(
   PPaintContext paintContext
);

Parameters

paintContext
The paint context to use for painting this camera's view.

Remarks

This method is only called when the cameras view matrix and clip are applied to the paintContext.

See Also

PCamera Class | UMD.HCIL.Piccolo Namespace