Style.Draw Method

T3000 CrossPlatform

StyleDraw Method

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

Renders given range of text

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

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

instance.Draw(gr, position, range)

Parameters

gr
Type: System.DrawingGraphics
Graphics object
position
Type: System.DrawingPoint
Position of the range in absolute control coordinates
range
Type: FastColoredTextBoxNSRange
Rendering range of text
See Also