Click or drag to resize
DimmingSequenceRemove Method
Removes a 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 Remove(
	DimmingSequencePoint point
)

Parameters

point
Type: Com.Datalogic.Extension.Selfshopping.LedDimmingSequencePoint
- The point to remove. A check both on time and on brightness values is done.
Remarks

Removes a point in the sequence.

[Android Documentation]

See Also