Class SliderColor
Slider writer with color support
Inheritance
Namespace: Terminaux.Writer.FancyWriters
Assembly: Terminaux.dll
Syntax
[Obsolete("This is considered a legacy method of writing this fancy text and will be removed in a future version of Terminaux. Please use its cyclic writer equivalent.")]
public static class SliderColor
Methods
| Edit this page View SourceRenderSlider(int, int, int, int, int, Color, bool)
Renders the slider
Declaration
public static string RenderSlider(int currPos, int maxPos, int Left, int Top, int width, Color SliderColor, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | width | Slider width |
Color | SliderColor | The slider color |
bool | DrawBorder | Whether to draw the border or not |
Returns
Type | Description |
---|---|
string |
RenderSlider(int, int, int, int, int, Color, Color, bool)
Renders the slider
Declaration
public static string RenderSlider(int currPos, int maxPos, int Left, int Top, int width, Color SliderColor, Color FrameColor, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | width | Slider width |
Color | SliderColor | The slider color |
Color | FrameColor | The slider frame color |
bool | DrawBorder | Whether to draw the border or not |
Returns
Type | Description |
---|---|
string |
RenderSlider(int, int, int, int, int, Color, Color, Color, bool)
Renders the slider
Declaration
public static string RenderSlider(int currPos, int maxPos, int Left, int Top, int width, Color SliderColor, Color FrameColor, Color BackgroundColor, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | width | Slider width |
Color | SliderColor | The slider color |
Color | FrameColor | The slider frame color |
Color | BackgroundColor | The slider background color |
bool | DrawBorder | Whether to draw the border or not |
Returns
Type | Description |
---|---|
string |
RenderSlider(int, int, int, int, int, BorderSettings, Color, bool)
Renders the slider
Declaration
public static string RenderSlider(int currPos, int maxPos, int Left, int Top, int width, BorderSettings settings, Color SliderColor, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | width | Slider width |
BorderSettings | settings | Border settings |
Color | SliderColor | The slider color |
bool | DrawBorder | Whether to draw the border or not |
Returns
Type | Description |
---|---|
string |
RenderSlider(int, int, int, int, int, BorderSettings, Color, Color, bool)
Renders the slider
Declaration
public static string RenderSlider(int currPos, int maxPos, int Left, int Top, int width, BorderSettings settings, Color SliderColor, Color FrameColor, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | width | Slider width |
BorderSettings | settings | Border settings |
Color | SliderColor | The slider color |
Color | FrameColor | The slider frame color |
bool | DrawBorder | Whether to draw the border or not |
Returns
Type | Description |
---|---|
string |
RenderSlider(int, int, int, int, int, BorderSettings, Color, Color, Color, bool)
Renders the slider
Declaration
public static string RenderSlider(int currPos, int maxPos, int Left, int Top, int width, BorderSettings settings, Color SliderColor, Color FrameColor, Color BackgroundColor, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | width | Slider width |
BorderSettings | settings | Border settings |
Color | SliderColor | The slider color |
Color | FrameColor | The slider frame color |
Color | BackgroundColor | The slider background color |
bool | DrawBorder | Whether to draw the border or not |
Returns
Type | Description |
---|---|
string |
RenderSliderAbsolute(int, int, int, int, int, Color, int, bool)
Renders the slider (absolute)
Declaration
public static string RenderSliderAbsolute(int currPos, int maxPos, int Left, int Top, int width, Color SliderColor, int minPos = 0, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | width | Slider width |
Color | SliderColor | The slider color |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
Returns
Type | Description |
---|---|
string |
RenderSliderAbsolute(int, int, int, int, int, Color, Color, int, bool)
Renders the slider (absolute)
Declaration
public static string RenderSliderAbsolute(int currPos, int maxPos, int Left, int Top, int width, Color SliderColor, Color FrameColor, int minPos = 0, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | width | Slider width |
Color | SliderColor | The slider color |
Color | FrameColor | The slider frame color |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
Returns
Type | Description |
---|---|
string |
RenderSliderAbsolute(int, int, int, int, int, Color, Color, Color, int, bool)
Renders the slider (absolute)
Declaration
public static string RenderSliderAbsolute(int currPos, int maxPos, int Left, int Top, int width, Color SliderColor, Color FrameColor, Color BackgroundColor, int minPos = 0, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | width | Slider width |
Color | SliderColor | The slider color |
Color | FrameColor | The slider frame color |
Color | BackgroundColor | The slider background color |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
Returns
Type | Description |
---|---|
string |
RenderSliderAbsolute(int, int, int, int, int, BorderSettings, Color, int, bool)
Renders the slider (absolute)
Declaration
public static string RenderSliderAbsolute(int currPos, int maxPos, int Left, int Top, int width, BorderSettings settings, Color SliderColor, int minPos = 0, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | width | Slider width |
BorderSettings | settings | Border settings |
Color | SliderColor | The slider color |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
Returns
Type | Description |
---|---|
string |
RenderSliderAbsolute(int, int, int, int, int, BorderSettings, Color, Color, int, bool)
Renders the slider (absolute)
Declaration
public static string RenderSliderAbsolute(int currPos, int maxPos, int Left, int Top, int width, BorderSettings settings, Color SliderColor, Color FrameColor, int minPos = 0, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | width | Slider width |
BorderSettings | settings | Border settings |
Color | SliderColor | The slider color |
Color | FrameColor | The slider frame color |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
Returns
Type | Description |
---|---|
string |
RenderSliderAbsolute(int, int, int, int, int, BorderSettings, Color, Color, Color, int, bool)
Renders the slider (absolute)
Declaration
public static string RenderSliderAbsolute(int currPos, int maxPos, int Left, int Top, int width, BorderSettings settings, Color SliderColor, Color FrameColor, Color BackgroundColor, int minPos = 0, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | width | Slider width |
BorderSettings | settings | Border settings |
Color | SliderColor | The slider color |
Color | FrameColor | The slider frame color |
Color | BackgroundColor | The slider background color |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
Returns
Type | Description |
---|---|
string |
RenderSliderPlain(int, int, int, int, int, bool)
Renders the slider
Declaration
public static string RenderSliderPlain(int currPos, int maxPos, int Left, int Top, int width, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | width | Slider width |
bool | DrawBorder | Whether to draw the border or not |
Returns
Type | Description |
---|---|
string |
RenderSliderPlain(int, int, int, int, int, BorderSettings, bool)
Renders the slider
Declaration
public static string RenderSliderPlain(int currPos, int maxPos, int Left, int Top, int width, BorderSettings settings, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | width | Slider width |
BorderSettings | settings | Border settings |
bool | DrawBorder | Whether to draw the border or not |
Returns
Type | Description |
---|---|
string |
RenderSliderPlainAbsolute(int, int, int, int, int, int, bool)
Renders the slider (absolute)
Declaration
public static string RenderSliderPlainAbsolute(int currPos, int maxPos, int Left, int Top, int width, int minPos = 0, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | width | Slider width |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
Returns
Type | Description |
---|---|
string |
RenderSliderPlainAbsolute(int, int, int, int, int, BorderSettings, int, bool)
Renders the slider (absolute)
Declaration
public static string RenderSliderPlainAbsolute(int currPos, int maxPos, int Left, int Top, int width, BorderSettings settings, int minPos = 0, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | width | Slider width |
BorderSettings | settings | Border settings |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
Returns
Type | Description |
---|---|
string |
WriteSlider(int, int, int, int, bool)
Writes the slider
Declaration
public static void WriteSlider(int currPos, int maxPos, int Left, int Top, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
bool | DrawBorder | Whether to draw the border or not |
WriteSlider(int, int, int, int, int, bool)
Writes the slider
Declaration
public static void WriteSlider(int currPos, int maxPos, int Left, int Top, int width, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | width | Slider width |
bool | DrawBorder | Whether to draw the border or not |
WriteSlider(int, int, int, int, int, Color, bool)
Writes the slider
Declaration
public static void WriteSlider(int currPos, int maxPos, int Left, int Top, int width, Color SliderColor, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | width | Slider width |
Color | SliderColor | The slider color |
bool | DrawBorder | Whether to draw the border or not |
WriteSlider(int, int, int, int, int, Color, Color, bool)
Writes the slider
Declaration
public static void WriteSlider(int currPos, int maxPos, int Left, int Top, int width, Color SliderColor, Color FrameColor, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | width | Slider width |
Color | SliderColor | The slider color |
Color | FrameColor | The slider frame color |
bool | DrawBorder | Whether to draw the border or not |
WriteSlider(int, int, int, int, int, Color, Color, Color, bool)
Writes the slider
Declaration
public static void WriteSlider(int currPos, int maxPos, int Left, int Top, int width, Color SliderColor, Color FrameColor, Color BackgroundColor, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | width | Slider width |
Color | SliderColor | The slider color |
Color | FrameColor | The slider frame color |
Color | BackgroundColor | The slider background color |
bool | DrawBorder | Whether to draw the border or not |
WriteSlider(int, int, int, int, int, BorderSettings, bool)
Writes the slider
Declaration
public static void WriteSlider(int currPos, int maxPos, int Left, int Top, int width, BorderSettings settings, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | width | Slider width |
BorderSettings | settings | Border settings |
bool | DrawBorder | Whether to draw the border or not |
WriteSlider(int, int, int, int, int, BorderSettings, Color, bool)
Writes the slider
Declaration
public static void WriteSlider(int currPos, int maxPos, int Left, int Top, int width, BorderSettings settings, Color SliderColor, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | width | Slider width |
BorderSettings | settings | Border settings |
Color | SliderColor | The slider color |
bool | DrawBorder | Whether to draw the border or not |
WriteSlider(int, int, int, int, int, BorderSettings, Color, Color, bool)
Writes the slider
Declaration
public static void WriteSlider(int currPos, int maxPos, int Left, int Top, int width, BorderSettings settings, Color SliderColor, Color FrameColor, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | width | Slider width |
BorderSettings | settings | Border settings |
Color | SliderColor | The slider color |
Color | FrameColor | The slider frame color |
bool | DrawBorder | Whether to draw the border or not |
WriteSlider(int, int, int, int, int, BorderSettings, Color, Color, Color, bool)
Writes the slider
Declaration
public static void WriteSlider(int currPos, int maxPos, int Left, int Top, int width, BorderSettings settings, Color SliderColor, Color FrameColor, Color BackgroundColor, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | width | Slider width |
BorderSettings | settings | Border settings |
Color | SliderColor | The slider color |
Color | FrameColor | The slider frame color |
Color | BackgroundColor | The slider background color |
bool | DrawBorder | Whether to draw the border or not |
WriteSlider(int, int, int, int, Color, bool)
Writes the slider
Declaration
public static void WriteSlider(int currPos, int maxPos, int Left, int Top, Color SliderColor, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
Color | SliderColor | The slider color |
bool | DrawBorder | Whether to draw the border or not |
WriteSlider(int, int, int, int, Color, Color, bool)
Writes the slider
Declaration
public static void WriteSlider(int currPos, int maxPos, int Left, int Top, Color SliderColor, Color FrameColor, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
Color | SliderColor | The slider color |
Color | FrameColor | The slider frame color |
bool | DrawBorder | Whether to draw the border or not |
WriteSlider(int, int, int, int, Color, Color, Color, bool)
Writes the slider
Declaration
public static void WriteSlider(int currPos, int maxPos, int Left, int Top, Color SliderColor, Color FrameColor, Color BackgroundColor, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
Color | SliderColor | The slider color |
Color | FrameColor | The slider frame color |
Color | BackgroundColor | The slider background color |
bool | DrawBorder | Whether to draw the border or not |
WriteSlider(int, int, int, int, BorderSettings, bool)
Writes the slider
Declaration
public static void WriteSlider(int currPos, int maxPos, int Left, int Top, BorderSettings settings, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
BorderSettings | settings | Border settings |
bool | DrawBorder | Whether to draw the border or not |
WriteSlider(int, int, int, int, BorderSettings, Color, bool)
Writes the slider
Declaration
public static void WriteSlider(int currPos, int maxPos, int Left, int Top, BorderSettings settings, Color SliderColor, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
BorderSettings | settings | Border settings |
Color | SliderColor | The slider color |
bool | DrawBorder | Whether to draw the border or not |
WriteSlider(int, int, int, int, BorderSettings, Color, Color, bool)
Writes the slider
Declaration
public static void WriteSlider(int currPos, int maxPos, int Left, int Top, BorderSettings settings, Color SliderColor, Color FrameColor, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
BorderSettings | settings | Border settings |
Color | SliderColor | The slider color |
Color | FrameColor | The slider frame color |
bool | DrawBorder | Whether to draw the border or not |
WriteSlider(int, int, int, int, BorderSettings, Color, Color, Color, bool)
Writes the slider
Declaration
public static void WriteSlider(int currPos, int maxPos, int Left, int Top, BorderSettings settings, Color SliderColor, Color FrameColor, Color BackgroundColor, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
BorderSettings | settings | Border settings |
Color | SliderColor | The slider color |
Color | FrameColor | The slider frame color |
Color | BackgroundColor | The slider background color |
bool | DrawBorder | Whether to draw the border or not |
WriteSliderAbsolute(int, int, int, int, int, bool)
Writes the slider (absolute)
Declaration
public static void WriteSliderAbsolute(int currPos, int maxPos, int Left, int Top, int minPos = 0, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
WriteSliderAbsolute(int, int, int, int, int, int, bool)
Writes the slider (absolute)
Declaration
public static void WriteSliderAbsolute(int currPos, int maxPos, int Left, int Top, int width, int minPos = 0, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | width | Slider width |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
WriteSliderAbsolute(int, int, int, int, int, Color, int, bool)
Writes the slider (absolute)
Declaration
public static void WriteSliderAbsolute(int currPos, int maxPos, int Left, int Top, int width, Color SliderColor, int minPos = 0, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | width | Slider width |
Color | SliderColor | The slider color |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
WriteSliderAbsolute(int, int, int, int, int, Color, Color, int, bool)
Writes the slider (absolute)
Declaration
public static void WriteSliderAbsolute(int currPos, int maxPos, int Left, int Top, int width, Color SliderColor, Color FrameColor, int minPos = 0, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | width | Slider width |
Color | SliderColor | The slider color |
Color | FrameColor | The slider frame color |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
WriteSliderAbsolute(int, int, int, int, int, Color, Color, Color, int, bool)
Writes the slider (absolute)
Declaration
public static void WriteSliderAbsolute(int currPos, int maxPos, int Left, int Top, int width, Color SliderColor, Color FrameColor, Color BackgroundColor, int minPos = 0, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | width | Slider width |
Color | SliderColor | The slider color |
Color | FrameColor | The slider frame color |
Color | BackgroundColor | The slider background color |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
WriteSliderAbsolute(int, int, int, int, int, BorderSettings, int, bool)
Writes the slider (absolute)
Declaration
public static void WriteSliderAbsolute(int currPos, int maxPos, int Left, int Top, int width, BorderSettings settings, int minPos = 0, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | width | Slider width |
BorderSettings | settings | Border settings |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
WriteSliderAbsolute(int, int, int, int, int, BorderSettings, Color, int, bool)
Writes the slider (absolute)
Declaration
public static void WriteSliderAbsolute(int currPos, int maxPos, int Left, int Top, int width, BorderSettings settings, Color SliderColor, int minPos = 0, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | width | Slider width |
BorderSettings | settings | Border settings |
Color | SliderColor | The slider color |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
WriteSliderAbsolute(int, int, int, int, int, BorderSettings, Color, Color, int, bool)
Writes the slider (absolute)
Declaration
public static void WriteSliderAbsolute(int currPos, int maxPos, int Left, int Top, int width, BorderSettings settings, Color SliderColor, Color FrameColor, int minPos = 0, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | width | Slider width |
BorderSettings | settings | Border settings |
Color | SliderColor | The slider color |
Color | FrameColor | The slider frame color |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
WriteSliderAbsolute(int, int, int, int, int, BorderSettings, Color, Color, Color, int, bool)
Writes the slider (absolute)
Declaration
public static void WriteSliderAbsolute(int currPos, int maxPos, int Left, int Top, int width, BorderSettings settings, Color SliderColor, Color FrameColor, Color BackgroundColor, int minPos = 0, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | width | Slider width |
BorderSettings | settings | Border settings |
Color | SliderColor | The slider color |
Color | FrameColor | The slider frame color |
Color | BackgroundColor | The slider background color |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
WriteSliderAbsolute(int, int, int, int, Color, int, bool)
Writes the slider (absolute)
Declaration
public static void WriteSliderAbsolute(int currPos, int maxPos, int Left, int Top, Color SliderColor, int minPos = 0, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
Color | SliderColor | The slider color |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
WriteSliderAbsolute(int, int, int, int, Color, Color, int, bool)
Writes the slider (absolute)
Declaration
public static void WriteSliderAbsolute(int currPos, int maxPos, int Left, int Top, Color SliderColor, Color FrameColor, int minPos = 0, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
Color | SliderColor | The slider color |
Color | FrameColor | The slider frame color |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
WriteSliderAbsolute(int, int, int, int, Color, Color, Color, int, bool)
Writes the slider (absolute)
Declaration
public static void WriteSliderAbsolute(int currPos, int maxPos, int Left, int Top, Color SliderColor, Color FrameColor, Color BackgroundColor, int minPos = 0, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
Color | SliderColor | The slider color |
Color | FrameColor | The slider frame color |
Color | BackgroundColor | The slider background color |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
WriteSliderAbsolute(int, int, int, int, BorderSettings, int, bool)
Writes the slider (absolute)
Declaration
public static void WriteSliderAbsolute(int currPos, int maxPos, int Left, int Top, BorderSettings settings, int minPos = 0, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
BorderSettings | settings | Border settings |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
WriteSliderAbsolute(int, int, int, int, BorderSettings, Color, int, bool)
Writes the slider (absolute)
Declaration
public static void WriteSliderAbsolute(int currPos, int maxPos, int Left, int Top, BorderSettings settings, Color SliderColor, int minPos = 0, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
BorderSettings | settings | Border settings |
Color | SliderColor | The slider color |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
WriteSliderAbsolute(int, int, int, int, BorderSettings, Color, Color, int, bool)
Writes the slider (absolute)
Declaration
public static void WriteSliderAbsolute(int currPos, int maxPos, int Left, int Top, BorderSettings settings, Color SliderColor, Color FrameColor, int minPos = 0, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
BorderSettings | settings | Border settings |
Color | SliderColor | The slider color |
Color | FrameColor | The slider frame color |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
WriteSliderAbsolute(int, int, int, int, BorderSettings, Color, Color, Color, int, bool)
Writes the slider (absolute)
Declaration
public static void WriteSliderAbsolute(int currPos, int maxPos, int Left, int Top, BorderSettings settings, Color SliderColor, Color FrameColor, Color BackgroundColor, int minPos = 0, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
BorderSettings | settings | Border settings |
Color | SliderColor | The slider color |
Color | FrameColor | The slider frame color |
Color | BackgroundColor | The slider background color |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
WriteSliderPlain(int, int, int, int, bool)
Writes the slider
Declaration
public static void WriteSliderPlain(int currPos, int maxPos, int Left, int Top, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
bool | DrawBorder | Whether to draw the border or not |
WriteSliderPlain(int, int, int, int, int, bool)
Writes the slider
Declaration
public static void WriteSliderPlain(int currPos, int maxPos, int Left, int Top, int width, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | width | Slider width |
bool | DrawBorder | Whether to draw the border or not |
WriteSliderPlain(int, int, int, int, int, BorderSettings, bool)
Writes the slider
Declaration
public static void WriteSliderPlain(int currPos, int maxPos, int Left, int Top, int width, BorderSettings settings, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | width | Slider width |
BorderSettings | settings | Border settings |
bool | DrawBorder | Whether to draw the border or not |
WriteSliderPlain(int, int, int, int, BorderSettings, bool)
Writes the slider
Declaration
public static void WriteSliderPlain(int currPos, int maxPos, int Left, int Top, BorderSettings settings, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
BorderSettings | settings | Border settings |
bool | DrawBorder | Whether to draw the border or not |
WriteSliderPlainAbsolute(int, int, int, int, int, bool)
Writes the slider (absolute)
Declaration
public static void WriteSliderPlainAbsolute(int currPos, int maxPos, int Left, int Top, int minPos = 0, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
WriteSliderPlainAbsolute(int, int, int, int, int, int, bool)
Writes the slider (absolute)
Declaration
public static void WriteSliderPlainAbsolute(int currPos, int maxPos, int Left, int Top, int width, int minPos = 0, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | width | Slider width |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
WriteSliderPlainAbsolute(int, int, int, int, int, BorderSettings, int, bool)
Writes the slider (absolute)
Declaration
public static void WriteSliderPlainAbsolute(int currPos, int maxPos, int Left, int Top, int width, BorderSettings settings, int minPos = 0, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
int | width | Slider width |
BorderSettings | settings | Border settings |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
WriteSliderPlainAbsolute(int, int, int, int, BorderSettings, int, bool)
Writes the slider (absolute)
Declaration
public static void WriteSliderPlainAbsolute(int currPos, int maxPos, int Left, int Top, BorderSettings settings, int minPos = 0, bool DrawBorder = true)
Parameters
Type | Name | Description |
---|---|---|
int | currPos | Current position out of maximum position |
int | maxPos | Maximum position |
int | Left | The slider position from the upper left corner |
int | Top | The slider position from the top |
BorderSettings | settings | Border settings |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |