Bookmark.Paint Method

T3000 CrossPlatform

BookmarkPaint Method

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

[Missing <summary> documentation for "M:FastColoredTextBoxNS.Bookmark.Paint(System.Drawing.Graphics,System.Drawing.Rectangle)"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public virtual void Paint(
	Graphics gr,
	Rectangle lineRect
)
Public Overridable Sub Paint ( 
	gr As Graphics,
	lineRect As Rectangle
)

Dim instance As Bookmark
Dim gr As Graphics
Dim lineRect As Rectangle

instance.Paint(gr, lineRect)

Parameters

gr
Type: System.DrawingGraphics

[Missing <param name="gr"/> documentation for "M:FastColoredTextBoxNS.Bookmark.Paint(System.Drawing.Graphics,System.Drawing.Rectangle)"]

lineRect
Type: System.DrawingRectangle

[Missing <param name="lineRect"/> documentation for "M:FastColoredTextBoxNS.Bookmark.Paint(System.Drawing.Graphics,System.Drawing.Rectangle)"]

See Also