BB FlashBack SDK: FBEditor

ApplyEffects

Description

Determines whether any ZoomPan rectangles that have been defined will be applied to the movie displayed by FBEditor, or will be displayed as green rectangles overlaying the movie.

Syntax

[C#/C++]
public Bool ApplyEffects

[VB.NET]
Public Property ApplyEffects As Boolean
 

Remarks

"Unapplied" effects appear in FBEditor as green rectangles, so you can see the area the effect occupies. Here is a ZoomPan:

When ApplyEffects is set to true, FBEditor displays the results of the effect. In this case the zoomed in area:

The setting of ApplyEffects affects exports. If set to false, zoompan and crop effects will not be displayed in exports.