Paints the text in the specified bounds.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public void PaintText(
string textToPaint,
Rectangle rect
) |
Visual Basic |
---|
Public Sub PaintText (
textToPaint As String,
rect As Rectangle
) |
Visual C++ |
---|
public:
void PaintText(
String^ textToPaint,
Rectangle rect
) |
F# |
---|
member PaintText :
textToPaint : string *
rect : Rectangle -> unit
|
Parameters
- textToPaint
- Type: System..::..String
The text to be painted.
- rect
- Type: System.Drawing..::..Rectangle
The rect.
See Also