Draws the round button background.

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

Syntax

C#
public static void DrawRoundButtonBackground(
	Appearance appearance,
	bool drawHot,
	BorderStyle borderStyle,
	Graphics g2,
	Rectangle buttonRc
)
Visual Basic
Public Shared Sub DrawRoundButtonBackground ( 
	appearance As Appearance,
	drawHot As Boolean,
	borderStyle As BorderStyle,
	g2 As Graphics,
	buttonRc As Rectangle
)
Visual C++
public:
static void DrawRoundButtonBackground(
	Appearance^ appearance, 
	bool drawHot, 
	BorderStyle borderStyle, 
	Graphics^ g2, 
	Rectangle buttonRc
)
F#
static member DrawRoundButtonBackground : 
        appearance : Appearance * 
        drawHot : bool * 
        borderStyle : BorderStyle * 
        g2 : Graphics * 
        buttonRc : Rectangle -> unit 

Parameters

appearance
Type: Dapfor.Net.Ui..::..Appearance
The appearance.
drawHot
Type: System..::..Boolean
if set to true if the button is in the hot state.
borderStyle
Type: System.Windows.Forms..::..BorderStyle
The border style.
g2
Type: System.Drawing..::..Graphics
The graphics.
buttonRc
Type: System.Drawing..::..Rectangle
The button bounds.

See Also