BB FlashBack SDK: FBZoomPanProperties

CurveType

Description

Sets and gets the acceleration/deceleration curve of the ZoomPan transition.

Syntax

[C#/C++]
public long CurveType

[VB.NET]
Public Property CurveType As Long

Remarks

The 'acceleration' and 'deceleration' for each ZoomPan transition can be adjusted.

The value of CurveType determines the acceleration/deceleration curve for the transition:

0 = Custom curve, set by calls to FBZoomPanProperties::SetCurveValue

1 = Linear speed

2 = gradual start and finish

3 = more gradual start and finish

4 = more gradual start, faster finish

 

See Also

FBZoomPanProperties::GetCurveValue  FBZoomPanProperties::SetCurveValue