WavyLineStyle.Draw Method

T3000 CrossPlatform

WavyLineStyleDraw Method

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

[Missing <summary> documentation for "M:FastColoredTextBoxNS.WavyLineStyle.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 pos,
	Range range
)
Public Overrides Sub Draw ( 
	gr As Graphics,
	pos As Point,
	range As Range
)

Dim instance As WavyLineStyle
Dim gr As Graphics
Dim pos As Point
Dim range As Range

instance.Draw(gr, pos, range)

Parameters

gr
Type: System.DrawingGraphics

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

pos
Type: System.DrawingPoint

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

range
Type: FastColoredTextBoxNSRange

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

See Also