Piccolo.NET

PCamera.PaintDebugFullBounds Method 

Override this method to change the way the full bounds are painted when the debug full bounds flag is set.

protected virtual void PaintDebugFullBounds(
   PPaintContext paintContext,
   Brush fullBoundsBrush,
   RectangleF nodeBounds
);

Parameters

paintContext
The paint context to use for painting debug information.
fullBoundsBrush
The brush to use for painting the full bounds of a node.
nodeBounds
The full bounds of the node to paint.

See Also

PCamera Class | UMD.HCIL.Piccolo Namespace


Web Accessibility