BB FlashBack SDK: FBExportToSWFParams

OutputSizeX

Description

Returns and sets the width of the movie in pixels, when exported.

Syntax

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

[VB.NET]
Public Property OutputSizeX As Long

Remarks

If OutputSizeKeepAspectRatio is set to True, changing the width results in the height (the OutputSizeY property) being set accordingly.

See also

FBExportToSWFParams:OutputSizeKeepAspectRatio  FBExportToSWFParams::OutputSizeY  FBExportToSWFParams::ScaleToPercents