Draws the text.
Namespace: Dapfor.Net.ThemingAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
void DrawText(
RoundButton roundButton,
Appearance appearance,
string text,
TextFormatFlags formatFlags,
Graphics graphics,
Rectangle rectangle
) |
Visual Basic |
---|
Sub DrawText (
roundButton As RoundButton,
appearance As Appearance,
text As String,
formatFlags As TextFormatFlags,
graphics As Graphics,
rectangle As Rectangle
) |
Visual C++ |
---|
void DrawText(
RoundButton^ roundButton,
Appearance^ appearance,
String^ text,
TextFormatFlags formatFlags,
Graphics^ graphics,
Rectangle rectangle
) |
F# |
---|
abstract DrawText :
roundButton : RoundButton *
appearance : Appearance *
text : string *
formatFlags : TextFormatFlags *
graphics : Graphics *
rectangle : Rectangle -> unit
|
Parameters
- roundButton
- Type: Dapfor.Net.Ui..::..RoundButton
The round button.
- appearance
- Type: Dapfor.Net.Ui..::..Appearance
The appearance.
- text
- Type: System..::..String
The text.
- formatFlags
- Type: System.Windows.Forms..::..TextFormatFlags
The format flags.
- graphics
- Type: System.Drawing..::..Graphics
The graphics.
- rectangle
- Type: System.Drawing..::..Rectangle
The rectangle.
See Also