Interface IScrollBarThumbGripperRenderer
Namespace: Binarymission.WinForms.Controls.ScrollBars
Assembly: Binarymission.WinForms.Controls.ScrollBars.dll
Syntax
public interface IScrollBarThumbGripperRenderer
Methods
Draw(Graphics, Rectangle, ControlVisualState)
Declaration
void Draw(Graphics graphicsInstanceToDrawOnto, Rectangle drawingBounds, ControlVisualState controlVisualState)
Parameters
Type | Name | Description |
---|---|---|
Graphics | graphicsInstanceToDrawOnto | |
Rectangle | drawingBounds | |
ControlVisualState | controlVisualState |