PaintPass property (Main Control)
Builder Syntax |
Cardinal PaintPass |
Delphi Syntax |
PaintPass : Cardinal |
Overview |
Refer to Using Special Effects When Painting. |
Remarks
(Persistent property, available at design time) The current pass during a paint effect or transition effect.
You can set this value in the OnPaintNotify 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, TransitionEffect property, PaintMaxPasses property, OnPaintNotify event, PaintNotificationDelay property |
Topics: |