Piccolo.NET

PaintInvalidatedDelegate Delegate

A delegate that recieves low level paint invalidated events.

public delegate void PaintInvalidatedDelegate(
   PNode node
);

Remarks

Used to recieve low level node events. This delegate together with the FullBoundsInvalidatedDelegate 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 | FullBoundsInvalidatedDelegate