Class SliderVerticalColor
Vertical 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 SliderVerticalColor
Methods
| Edit this page View SourceRenderVerticalSlider(int, int, int, int, int, Color, bool)
Renders the slider
Declaration
public static string RenderVerticalSlider(int currPos, int maxPos, int Left, int Top, int height, 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 | height | Slider height |
Color | SliderColor | The slider color |
bool | DrawBorder | Whether to draw the border or not |
Returns
Type | Description |
---|---|
string |
RenderVerticalSlider(int, int, int, int, int, Color, Color, bool)
Renders the slider
Declaration
public static string RenderVerticalSlider(int currPos, int maxPos, int Left, int Top, int height, 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 | height | Slider height |
Color | SliderColor | The slider color |
Color | FrameColor | The slider frame color |
bool | DrawBorder | Whether to draw the border or not |
Returns
Type | Description |
---|---|
string |
RenderVerticalSlider(int, int, int, int, int, Color, Color, Color, bool)
Renders the slider
Declaration
public static string RenderVerticalSlider(int currPos, int maxPos, int Left, int Top, int height, 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 | height | Slider height |
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 |
RenderVerticalSlider(int, int, int, int, int, BorderSettings, Color, bool)
Renders the slider
Declaration
public static string RenderVerticalSlider(int currPos, int maxPos, int Left, int Top, int height, 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 | height | Slider height |
BorderSettings | settings | Border settings |
Color | SliderColor | The slider color |
bool | DrawBorder | Whether to draw the border or not |
Returns
Type | Description |
---|---|
string |
RenderVerticalSlider(int, int, int, int, int, BorderSettings, Color, Color, bool)
Renders the slider
Declaration
public static string RenderVerticalSlider(int currPos, int maxPos, int Left, int Top, int height, 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 | height | Slider height |
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 |
RenderVerticalSlider(int, int, int, int, int, BorderSettings, Color, Color, Color, bool)
Renders the slider
Declaration
public static string RenderVerticalSlider(int currPos, int maxPos, int Left, int Top, int height, 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 | height | Slider height |
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 |
RenderVerticalSliderAbsolute(int, int, int, int, int, Color, int, bool)
Renders the slider (absolute)
Declaration
public static string RenderVerticalSliderAbsolute(int currPos, int maxPos, int Left, int Top, int height, 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 | height | Slider height |
Color | SliderColor | The slider color |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
Returns
Type | Description |
---|---|
string |
RenderVerticalSliderAbsolute(int, int, int, int, int, Color, Color, int, bool)
Renders the slider (absolute)
Declaration
public static string RenderVerticalSliderAbsolute(int currPos, int maxPos, int Left, int Top, int height, 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 | height | Slider height |
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 |
RenderVerticalSliderAbsolute(int, int, int, int, int, Color, Color, Color, int, bool)
Renders the slider (absolute)
Declaration
public static string RenderVerticalSliderAbsolute(int currPos, int maxPos, int Left, int Top, int height, 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 | height | Slider height |
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 |
RenderVerticalSliderAbsolute(int, int, int, int, int, BorderSettings, Color, int, bool)
Renders the slider (absolute)
Declaration
public static string RenderVerticalSliderAbsolute(int currPos, int maxPos, int Left, int Top, int height, 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 | height | Slider height |
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 |
RenderVerticalSliderAbsolute(int, int, int, int, int, BorderSettings, Color, Color, int, bool)
Renders the slider (absolute)
Declaration
public static string RenderVerticalSliderAbsolute(int currPos, int maxPos, int Left, int Top, int height, 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 | height | Slider height |
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 |
RenderVerticalSliderAbsolute(int, int, int, int, int, BorderSettings, Color, Color, Color, int, bool)
Renders the slider (absolute)
Declaration
public static string RenderVerticalSliderAbsolute(int currPos, int maxPos, int Left, int Top, int height, 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 | height | Slider height |
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 |
RenderVerticalSliderPlain(int, int, int, int, int, bool)
Renders the slider
Declaration
public static string RenderVerticalSliderPlain(int currPos, int maxPos, int Left, int Top, int height, 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 | height | Slider height |
bool | DrawBorder | Whether to draw the border or not |
Returns
Type | Description |
---|---|
string |
RenderVerticalSliderPlain(int, int, int, int, int, BorderSettings, bool)
Renders the slider
Declaration
public static string RenderVerticalSliderPlain(int currPos, int maxPos, int Left, int Top, int height, 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 | height | Slider height |
BorderSettings | settings | Border settings |
bool | DrawBorder | Whether to draw the border or not |
Returns
Type | Description |
---|---|
string |
RenderVerticalSliderPlainAbsolute(int, int, int, int, int, int, bool)
Renders the slider (absolute)
Declaration
public static string RenderVerticalSliderPlainAbsolute(int currPos, int maxPos, int Left, int Top, int height, 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 | height | Slider height |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
Returns
Type | Description |
---|---|
string |
RenderVerticalSliderPlainAbsolute(int, int, int, int, int, BorderSettings, int, bool)
Renders the slider (absolute)
Declaration
public static string RenderVerticalSliderPlainAbsolute(int currPos, int maxPos, int Left, int Top, int height, 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 | height | Slider height |
BorderSettings | settings | Border settings |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
Returns
Type | Description |
---|---|
string |
WriteVerticalSlider(int, int, int, int, bool)
Writes the vertical slider
Declaration
public static void WriteVerticalSlider(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 |
WriteVerticalSlider(int, int, int, int, int, bool)
Writes the vertical slider
Declaration
public static void WriteVerticalSlider(int currPos, int maxPos, int Left, int Top, int height, 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 | height | Slider height |
bool | DrawBorder | Whether to draw the border or not |
WriteVerticalSlider(int, int, int, int, int, Color, bool)
Writes the vertical slider
Declaration
public static void WriteVerticalSlider(int currPos, int maxPos, int Left, int Top, int height, 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 | height | Slider height |
Color | SliderColor | The slider color |
bool | DrawBorder | Whether to draw the border or not |
WriteVerticalSlider(int, int, int, int, int, Color, Color, bool)
Writes the vertical slider
Declaration
public static void WriteVerticalSlider(int currPos, int maxPos, int Left, int Top, int height, 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 | height | Slider height |
Color | SliderColor | The slider color |
Color | FrameColor | The slider frame color |
bool | DrawBorder | Whether to draw the border or not |
WriteVerticalSlider(int, int, int, int, int, Color, Color, Color, bool)
Writes the vertical slider
Declaration
public static void WriteVerticalSlider(int currPos, int maxPos, int Left, int Top, int height, 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 | height | Slider height |
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 |
WriteVerticalSlider(int, int, int, int, int, BorderSettings, bool)
Writes the vertical slider
Declaration
public static void WriteVerticalSlider(int currPos, int maxPos, int Left, int Top, int height, 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 | height | Slider height |
BorderSettings | settings | Border settings |
bool | DrawBorder | Whether to draw the border or not |
WriteVerticalSlider(int, int, int, int, int, BorderSettings, Color, bool)
Writes the vertical slider
Declaration
public static void WriteVerticalSlider(int currPos, int maxPos, int Left, int Top, int height, 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 | height | Slider height |
BorderSettings | settings | Border settings |
Color | SliderColor | The slider color |
bool | DrawBorder | Whether to draw the border or not |
WriteVerticalSlider(int, int, int, int, int, BorderSettings, Color, Color, bool)
Writes the vertical slider
Declaration
public static void WriteVerticalSlider(int currPos, int maxPos, int Left, int Top, int height, 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 | height | Slider height |
BorderSettings | settings | Border settings |
Color | SliderColor | The slider color |
Color | FrameColor | The slider frame color |
bool | DrawBorder | Whether to draw the border or not |
WriteVerticalSlider(int, int, int, int, int, BorderSettings, Color, Color, Color, bool)
Writes the vertical slider
Declaration
public static void WriteVerticalSlider(int currPos, int maxPos, int Left, int Top, int height, 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 | height | Slider height |
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 |
WriteVerticalSlider(int, int, int, int, Color, bool)
Writes the vertical slider
Declaration
public static void WriteVerticalSlider(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 |
WriteVerticalSlider(int, int, int, int, Color, Color, bool)
Writes the vertical slider
Declaration
public static void WriteVerticalSlider(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 |
WriteVerticalSlider(int, int, int, int, Color, Color, Color, bool)
Writes the vertical slider
Declaration
public static void WriteVerticalSlider(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 |
WriteVerticalSlider(int, int, int, int, BorderSettings, bool)
Writes the vertical slider
Declaration
public static void WriteVerticalSlider(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 |
WriteVerticalSlider(int, int, int, int, BorderSettings, Color, bool)
Writes the vertical slider
Declaration
public static void WriteVerticalSlider(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 |
WriteVerticalSlider(int, int, int, int, BorderSettings, Color, Color, bool)
Writes the vertical slider
Declaration
public static void WriteVerticalSlider(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 |
WriteVerticalSlider(int, int, int, int, BorderSettings, Color, Color, Color, bool)
Writes the vertical slider
Declaration
public static void WriteVerticalSlider(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 |
WriteVerticalSliderAbsolute(int, int, int, int, int, bool)
Writes the vertical slider (absolute)
Declaration
public static void WriteVerticalSliderAbsolute(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 |
WriteVerticalSliderAbsolute(int, int, int, int, int, int, bool)
Writes the vertical slider (absolute)
Declaration
public static void WriteVerticalSliderAbsolute(int currPos, int maxPos, int Left, int Top, int height, 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 | height | Slider height |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
WriteVerticalSliderAbsolute(int, int, int, int, int, Color, int, bool)
Writes the vertical slider (absolute)
Declaration
public static void WriteVerticalSliderAbsolute(int currPos, int maxPos, int Left, int Top, int height, 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 | height | Slider height |
Color | SliderColor | The slider color |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
WriteVerticalSliderAbsolute(int, int, int, int, int, Color, Color, int, bool)
Writes the vertical slider (absolute)
Declaration
public static void WriteVerticalSliderAbsolute(int currPos, int maxPos, int Left, int Top, int height, 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 | height | Slider height |
Color | SliderColor | The slider color |
Color | FrameColor | The slider frame color |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
WriteVerticalSliderAbsolute(int, int, int, int, int, Color, Color, Color, int, bool)
Writes the vertical slider (absolute)
Declaration
public static void WriteVerticalSliderAbsolute(int currPos, int maxPos, int Left, int Top, int height, 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 | height | Slider height |
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 |
WriteVerticalSliderAbsolute(int, int, int, int, int, BorderSettings, int, bool)
Writes the vertical slider (absolute)
Declaration
public static void WriteVerticalSliderAbsolute(int currPos, int maxPos, int Left, int Top, int height, 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 | height | Slider height |
BorderSettings | settings | Border settings |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
WriteVerticalSliderAbsolute(int, int, int, int, int, BorderSettings, Color, int, bool)
Writes the vertical slider (absolute)
Declaration
public static void WriteVerticalSliderAbsolute(int currPos, int maxPos, int Left, int Top, int height, 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 | height | Slider height |
BorderSettings | settings | Border settings |
Color | SliderColor | The slider color |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
WriteVerticalSliderAbsolute(int, int, int, int, int, BorderSettings, Color, Color, int, bool)
Writes the vertical slider (absolute)
Declaration
public static void WriteVerticalSliderAbsolute(int currPos, int maxPos, int Left, int Top, int height, 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 | height | Slider height |
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 |
WriteVerticalSliderAbsolute(int, int, int, int, int, BorderSettings, Color, Color, Color, int, bool)
Writes the vertical slider (absolute)
Declaration
public static void WriteVerticalSliderAbsolute(int currPos, int maxPos, int Left, int Top, int height, 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 | height | Slider height |
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 |
WriteVerticalSliderAbsolute(int, int, int, int, Color, int, bool)
Writes the vertical slider (absolute)
Declaration
public static void WriteVerticalSliderAbsolute(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 |
WriteVerticalSliderAbsolute(int, int, int, int, Color, Color, int, bool)
Writes the vertical slider (absolute)
Declaration
public static void WriteVerticalSliderAbsolute(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 |
WriteVerticalSliderAbsolute(int, int, int, int, Color, Color, Color, int, bool)
Writes the vertical slider (absolute)
Declaration
public static void WriteVerticalSliderAbsolute(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 |
WriteVerticalSliderAbsolute(int, int, int, int, BorderSettings, int, bool)
Writes the vertical slider (absolute)
Declaration
public static void WriteVerticalSliderAbsolute(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 |
WriteVerticalSliderAbsolute(int, int, int, int, BorderSettings, Color, int, bool)
Writes the vertical slider (absolute)
Declaration
public static void WriteVerticalSliderAbsolute(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 |
WriteVerticalSliderAbsolute(int, int, int, int, BorderSettings, Color, Color, int, bool)
Writes the vertical slider (absolute)
Declaration
public static void WriteVerticalSliderAbsolute(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 |
WriteVerticalSliderAbsolute(int, int, int, int, BorderSettings, Color, Color, Color, int, bool)
Writes the vertical slider (absolute)
Declaration
public static void WriteVerticalSliderAbsolute(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 |
WriteVerticalSliderPlain(int, int, int, int, bool)
Writes the vertical slider
Declaration
public static void WriteVerticalSliderPlain(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 |
WriteVerticalSliderPlain(int, int, int, int, int, bool)
Writes the vertical slider
Declaration
public static void WriteVerticalSliderPlain(int currPos, int maxPos, int Left, int Top, int height, 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 | height | Slider height |
bool | DrawBorder | Whether to draw the border or not |
WriteVerticalSliderPlain(int, int, int, int, int, BorderSettings, bool)
Writes the vertical slider
Declaration
public static void WriteVerticalSliderPlain(int currPos, int maxPos, int Left, int Top, int height, 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 | height | Slider height |
BorderSettings | settings | Border settings |
bool | DrawBorder | Whether to draw the border or not |
WriteVerticalSliderPlain(int, int, int, int, BorderSettings, bool)
Writes the vertical slider
Declaration
public static void WriteVerticalSliderPlain(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 |
WriteVerticalSliderPlainAbsolute(int, int, int, int, int, bool)
Writes the vertical slider (absolute)
Declaration
public static void WriteVerticalSliderPlainAbsolute(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 |
WriteVerticalSliderPlainAbsolute(int, int, int, int, int, int, bool)
Writes the vertical slider (absolute)
Declaration
public static void WriteVerticalSliderPlainAbsolute(int currPos, int maxPos, int Left, int Top, int height, 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 | height | Slider height |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
WriteVerticalSliderPlainAbsolute(int, int, int, int, int, BorderSettings, int, bool)
Writes the vertical slider (absolute)
Declaration
public static void WriteVerticalSliderPlainAbsolute(int currPos, int maxPos, int Left, int Top, int height, 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 | height | Slider height |
BorderSettings | settings | Border settings |
int | minPos | Minimum position |
bool | DrawBorder | Whether to draw the border or not |
WriteVerticalSliderPlainAbsolute(int, int, int, int, BorderSettings, int, bool)
Writes the vertical slider (absolute)
Declaration
public static void WriteVerticalSliderPlainAbsolute(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 |