PaintEffectPass property (ILEADRasterView)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

short PaintEffectPass

Overview

Refer to Using Special Effects When Painting.

Remarks

(Persistent property, available at design time) The current pass during a paint effect.

You can set this value in the PaintNotification event if you want to skip or repeat a pass (for example, if you want to end with a blend of old and new images).

See Also

Elements:

PaintEffect property, PaintEffectMaxPasses property, PaintNotification event, PaintNotificationDelay property

Topics:

Raster Images: Implementing Special Effects