BB FlashBack SDK: FBExportToSWFParams

OutputSizePercentXFloat

Description

Returns and sets the percentage scaling applied to the width of the movie, when exported.

Syntax

[C#/C++]
public float OutputSizePercentXFloat;

[VB.NET]
Public Property OutputSizePercentXFloat As Single

Remarks

If OutputSizeKeepAspectRatio is set to True, changing the percent scaling for the width results in the percent scaling for the height (the OutputSizePercentYFloat property) being set to the same value.

See also

FBExportToSWFParams:OutputSizeKeepAspectRatio  FBExportToSWFParams::OutputSizePercentYFloat  FBExportToSWFParams::ScaleToPercents