BB FlashBack SDK: FBEditor

AutoscrollMode

Description

Sets and gets the autoscroll mode for the cropping region. Cropping will only be applied to the movie if UseCroppingAutoscrollRegion is set to true, and a region has been specified using SetCroppingAutoscrollRectangle

Syntax

[C#/C++]
public bool AutoscrollMode

[VB.NET]
Public Property AutoscrollMode As Boolean
 

Remarks

Possible values are:

None (0) - this means autoscroll is not active. If a crop region has been specified it will be applied without autoscroll. It will not change its position.

Keep mouse exactly in center (1) - the autoscroll region will follow the mouse. It will keep the size set in SetCroppingAutoscrollRectangle, but change its position as the mouse moves.

Keep the mouse visible (6) - the autoscroll region will keep the mouse visible and not let it move right to the edge of the cropping region, but it will change its position less than when it keeps it in the center. This is the generally the most user-friendly setting.  

 
See also

FBEditor::GetCroppingAutoscrollRectangle  FBEditor::MakeCroppingPermanent  FBEditor::SetCroppingAutoscrollRectangle  FBEditor::AutoscrollMode  FBEditor::UseCroppingAutoscrollRegion