Draws the background.
Namespace: Dapfor.Net.ThemingAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
void DrawBackground(
RoundButton button,
Appearance appearance,
Graphics graphics,
Rectangle clipRc
) |
Visual Basic |
---|
Sub DrawBackground (
button As RoundButton,
appearance As Appearance,
graphics As Graphics,
clipRc As Rectangle
) |
Visual C++ |
---|
void DrawBackground(
RoundButton^ button,
Appearance^ appearance,
Graphics^ graphics,
Rectangle clipRc
) |
F# |
---|
abstract 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.
See Also