SlidingEncoder.this

Creates an instance of a sliding encoder

class SlidingEncoder
this
(
string source
,,
Bitmap8Bit slider
,
Bitmap8Bit background
,
Box track
,)

Parameters

source string

source string for events.

position Box

Determines where the encoder should be drawn on the window.

slider Bitmap8Bit

Specifies the slider of the encoder.

background Bitmap8Bit

Specifies the background of the encoder. should have the exact sizes as position.

track Box

Specifies where the track of the encoder is. Is relative toupper-left corner of position.

_maxValue uint

Maximum value that can be reached by this encoder.

Meta