Interface IRenderer
Assembly: Syncfusion.Shared.Base.dll
public interface IRenderer
Methods
Declaration
void DrawArrowButton(Graphics g, Rectangle bounds, ScrollButton type, ButtonState state)
Parameters
Type |
Name |
Description |
System.Drawing.Graphics |
g |
|
System.Drawing.Rectangle |
bounds |
|
System.Windows.Forms.ScrollButton |
type |
|
System.Windows.Forms.ButtonState |
state |
|
Declaration
void DrawBackground(Graphics g, Rectangle bounds, ButtonState state)
Parameters
Type |
Name |
Description |
System.Drawing.Graphics |
g |
|
System.Drawing.Rectangle |
bounds |
|
System.Windows.Forms.ButtonState |
state |
|
Declaration
void DrawThumb(Graphics g, Rectangle bounds, ButtonState state)
Parameters
Type |
Name |
Description |
System.Drawing.Graphics |
g |
|
System.Drawing.Rectangle |
bounds |
|
System.Windows.Forms.ButtonState |
state |
|