BB FlashBack SDK: FBEditor

CustomMovieSize

Description

Returns or sets the scaling of the movie as it is displayed in the Player window, as a percentage value.

Syntax

[C#/C++]
public long CustomMovieSize;

[VB.NET]
Public Property CustomMovieSize As Integer

Remarks

Setting this property to 25, 50, 75 or 100% also sets FBEditor::MovieSize to the appropriate value. Setting it to anything other than 25, 50, 75 or 100 sets FBEditor::MovieSize to MovieSize_Custom.

See Also

FBEditor::MovieSize