DimmingSequence Class |
Namespace: Com.Datalogic.Extension.Selfshopping.Led
The DimmingSequence type exposes the following members.
Name | Description | |
---|---|---|
![]() | DimmingSequence | Initializes a new instance of the DimmingSequence class |
![]() | DimmingSequence(DimmingSequencePoint) | Initializes a new instance of the DimmingSequence class |
Name | Description | |
---|---|---|
![]() | Add | Adds a new point in the sequence. |
![]() | Clear | Remove all the points of the sequence. |
![]() | GetAt | Retrieves a point given its time value. |
![]() | GetSequenceArray | Return an array of (time, brightness) |
![]() | Remove | Removes a point in the sequence. |
![]() | RemoveAt | Removes a point in the sequence, given the time parameter of the
point to remove. |
![]() | Size | Return the sequence size. |