PaintNotificationDelay property (ILEADRasterView)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

short PaintNotificationDelay

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 PaintNotification event occurs before painting and after each pass. The PaintNotificationDelay property specifies the delay in that event.

See Also

Elements:

PaintEffect property, TransitionEffect property, PaintEffectMaxPasses property, PaintEffectPass property, PaintNotification event, PaintTransitionPass property, PaintTransitionMaxPasses property

Topics:

Raster Images: Implementing Special Effects