BB FlashBack SDK: FBExportToQuickTimeParams

AutoscrollDimX

Description

Returns and sets the width of the autoscroll frame.

Syntax

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

[VB.NET]
Public Property AutoscrollDimX As Long

Remarks

The autoscroll feature keeps the mouse cursor at or near the middle of the exported movie by automatically scrolling the 'autoscroll frame'.

Autoscroll is enabled by setting AutoscrollMode to True. The autoscroll frame dimensions are specified by the AutoscrollDimX and AutoscrollDimY properties.
 

See also

FBExportToQuickTimeParams:AutoscrollMode  FBExportToQuickTimeParams::AutoscrollDimY