TextStyle.Draw Method

T3000 CrossPlatform

TextStyleDraw Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:FastColoredTextBoxNS.TextStyle.Draw(System.Drawing.Graphics,System.Drawing.Point,FastColoredTextBoxNS.Range)"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public override void Draw(
	Graphics gr,
	Point position,
	Range range
)
Public Overrides Sub Draw ( 
	gr As Graphics,
	position As Point,
	range As Range
)

Dim instance As TextStyle
Dim gr As Graphics
Dim position As Point
Dim range As Range

instance.Draw(gr, position, range)

Parameters

gr
Type: System.DrawingGraphics

[Missing <param name="gr"/> documentation for "M:FastColoredTextBoxNS.TextStyle.Draw(System.Drawing.Graphics,System.Drawing.Point,FastColoredTextBoxNS.Range)"]

position
Type: System.DrawingPoint

[Missing <param name="position"/> documentation for "M:FastColoredTextBoxNS.TextStyle.Draw(System.Drawing.Graphics,System.Drawing.Point,FastColoredTextBoxNS.Range)"]

range
Type: FastColoredTextBoxNSRange

[Missing <param name="range"/> documentation for "M:FastColoredTextBoxNS.TextStyle.Draw(System.Drawing.Graphics,System.Drawing.Point,FastColoredTextBoxNS.Range)"]

See Also