FoldedAreaMarker.Draw Method

T3000 CrossPlatform

FoldedAreaMarkerDraw Method

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

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

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

Dim instance As FoldedAreaMarker
Dim gr As Graphics
Dim pen As Pen

instance.Draw(gr, pen)

Parameters

gr
Type: System.DrawingGraphics

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

pen
Type: System.DrawingPen

[Missing <param name="pen"/> documentation for "M:FastColoredTextBoxNS.FoldedAreaMarker.Draw(System.Drawing.Graphics,System.Drawing.Pen)"]

See Also