Draws the background.

Namespace: Dapfor.Net.Theming
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public virtual void DrawBackground(
	RoundButton button,
	Appearance appearance,
	Graphics graphics,
	Rectangle clipRc
)
Visual Basic
Public Overridable Sub DrawBackground ( 
	button As RoundButton,
	appearance As Appearance,
	graphics As Graphics,
	clipRc As Rectangle
)
Visual C++
public:
virtual void DrawBackground(
	RoundButton^ button, 
	Appearance^ appearance, 
	Graphics^ graphics, 
	Rectangle clipRc
)
F#
abstract DrawBackground : 
        button : RoundButton * 
        appearance : Appearance * 
        graphics : Graphics * 
        clipRc : Rectangle -> unit 
override DrawBackground : 
        button : RoundButton * 
        appearance : Appearance * 
        graphics : Graphics * 
        clipRc : Rectangle -> unit 

Parameters

button
Type: Dapfor.Net.Ui..::..RoundButton
The button.
appearance
Type: Dapfor.Net.Ui..::..Appearance
The appearance.
graphics
Type: System.Drawing..::..Graphics
The graphics.
clipRc
Type: System.Drawing..::..Rectangle
The clip rc.

Implements

IRoundButtonRenderer..::..DrawBackground(RoundButton, Appearance, Graphics, Rectangle)

See Also