Piccolo.NET

FullBoundsInvalidatedDelegate Delegate

A delegate that recieves low level full bounds invalidated events.

public delegate void FullBoundsInvalidatedDelegate(
   PNode node
);

Remarks

Used to recieve low level node events. This delegate together with the PaintInvalidatedDelegate gives Piccolo users an efficient way to learn about low level changes in Piccolo's scene graph. Most users will not need to use this.

Requirements

Namespace: UMD.HCIL.Piccolo

Assembly: UMD.HCIL.Piccolo (in UMD.HCIL.Piccolo.dll)

See Also

UMD.HCIL.Piccolo Namespace | PaintInvalidatedDelegate


Web Accessibility