BB FlashBack SDK: FBZoomPanProperties

SetCurveValue

Description

Sets a value for a point in the ZoomPan transition curve.
 

Syntax

[C#/C++]
public void SetCurveValue (long Index, long Value);

[VB.NET]
Public Sub SetCurveValue (ByVal Index As Integer, ByVal Value As Integer)

Parameters

Index (in) : the index of the required value on the transition curve. There are a maximum of 20 points on the curve, so this index must be between 0 and 19.

Value (in) : the value that the selected point should be set to. Minimum value = 0, maximum = 255. The value for point i+1 on the curve must be larger than or equal to the value for point i.
 
 

Remarks

Acceleration and deceleration for a ZoomPan transition are defined by a curve described by a set of values and indexes.

Pre-defined curves can be selected by the CurveType property. If CurveType is set to zero, a custom curve can be defined by calls to SetCurveValue.

 

See Also

FBZoomPanProperties::CurveType  FBZoomPanProperties::GetCurveValue