Click or drag to resize
DimmingSequenceAdd Method
Adds a new point in the sequence.

Namespace: Com.Datalogic.Extension.Selfshopping.Led
Assembly: datalogic-xamarin-sdk-selfshopping (in datalogic-xamarin-sdk-selfshopping.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual void Add(
	DimmingSequencePoint point
)

Parameters

point
Type: Com.Datalogic.Extension.Selfshopping.LedDimmingSequencePoint
- The point to add.
Remarks

Adds a new point in the sequence. The new point will be added only if in the sequence there isn't another point with the same time value and if the sequence does not exceed MaxSize

after the addition. If one of these cases is true an IllegalArgumentException

will be thrown.

[Android Documentation]

See Also