Draws the text.

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 DrawText(
	RoundButton roundButton,
	Appearance appearance,
	string text,
	TextFormatFlags formatFlags,
	Graphics graphics,
	Rectangle rectangle
)
Visual Basic
Public Overridable Sub DrawText ( 
	roundButton As RoundButton,
	appearance As Appearance,
	text As String,
	formatFlags As TextFormatFlags,
	graphics As Graphics,
	rectangle As Rectangle
)
Visual C++
public:
virtual 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 
override DrawText : 
        roundButton : RoundButton * 
        appearance : Appearance * 
        text : string * 
        formatFlags : TextFormatFlags * 
        graphics : Graphics * 
        rectangle : Rectangle -> unit 

Parameters

roundButton
Type: Dapfor.Net.Ui..::..RoundButton
The 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.

Implements

IRoundButtonRenderer..::..DrawText(RoundButton, Appearance, String, TextFormatFlags, Graphics, Rectangle)

See Also