PaintTransitionMaxPasses property (ILEADRasterView)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

short PaintTransitionMaxPasses

Overview

Refer to Using Special Effects When Painting.

Remarks

(Persistent property, available at design time) Maximum passes for a pattern brush when implementing a paint transition. Use 1 for painting in one pass. Multipass painting for the EFX_EFFECT_PUSH_CLASS is disabled.

If you specify more than one pass, 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, which occurs before painting and after each pass, lets you change the behavior of the effect before it finishes.

See Also

Elements:

TransitionEffect property, PaintTransitionPass property, PaintNotification event, PaintNotificationDelay property

Topics:

Raster Images: Implementing Special Effects