T3000 CrossPlatform Documentation
FastColoredTextBoxDrawText Method |
[This is preliminary documentation and is subject to change.]
Draws text to given Graphics
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public void DrawText( Graphics gr, Place start, Size size )
Public Sub DrawText ( gr As Graphics, start As Place, size As Size ) Dim instance As FastColoredTextBox Dim gr As Graphics Dim start As Place Dim size As Size instance.DrawText(gr, start, size)
Parameters
- gr
- Type: System.DrawingGraphics
[Missing <param name="gr"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.DrawText(System.Drawing.Graphics,FastColoredTextBoxNS.Place,System.Drawing.Size)"]
- start
- Type: FastColoredTextBoxNSPlace
Start place of drawing text - size
- Type: System.DrawingSize
Size of drawing
See Also