Piccolo.NET

PCamera.PaintDebugBounds Method 

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

protected virtual void PaintDebugBounds(
   PPaintContext paintContext,
   Pen boundsPen,
   RectangleF nodeBounds
);

Parameters

paintContext
The paint context to use for painting debug information.
boundsPen
The pen to use for painting the bounds of a node.
nodeBounds
The bounds of the node to paint.

See Also

PCamera Class | UMD.HCIL.Piccolo Namespace


Web Accessibility