BB FlashBack SDK: FBExportToGIFParams

KeepAspectRatio

Description

Returns and sets the value that determines whether the aspect ratio of the movie is maintained when its width or height are altered via the OutputSizePercentX or OutputSizePercentY properties.

Syntax

[C#/C++]
public Bool KeepAspectRatio;

[VB.NET]
Public Property KeepAspectRatio As Boolean

Remarks

If this property is set to True, altering OutputSizePercentX or OutputSizePercentY automatically changes the other percentage to the same value, to maintain the aspect ratio of the movie.

See also

FBExportToGIFParams:OutputSizePercentX  FBExportToGIFParams::OutputSizePercentY