PaintNotificationDelay property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

Cardinal PaintNotificationDelay

Delphi Syntax

PaintNotificationDelay : Cardinal

Overview

Refer to Using Special Effects When Painting.

Remarks

(Persistent property, available at design time) Delay between paint passes, in milliseconds.

If you specify more than one pass when painting a special effect, a pattern brush paints some of the pixels on each pass, and the painting is complete when you finish all of the passes. The OnPaintNotify event occurs before painting and after each pass. The PaintNotificationDelay property specifies the delay in that event.

See Also

Elements:

PaintEffect property, TransitionEffect property, PaintMaxPasses property, PaintPass property, OnPaintNotify event

Topics:

Raster Images: Implementing Special Effects