PaintLineEventArgs Constructor

T3000 CrossPlatform

PaintLineEventArgs Constructor

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

Initializes a new instance of the PaintLineEventArgs class

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public PaintLineEventArgs(
	int iLine,
	Rectangle rect,
	Graphics gr,
	Rectangle clipRect
)
Public Sub New ( 
	iLine As Integer,
	rect As Rectangle,
	gr As Graphics,
	clipRect As Rectangle
)

Dim iLine As Integer
Dim rect As Rectangle
Dim gr As Graphics
Dim clipRect As Rectangle

Dim instance As New PaintLineEventArgs(iLine, rect, 
	gr, clipRect)

Parameters

iLine
Type: SystemInt32

[Missing <param name="iLine"/> documentation for "M:FastColoredTextBoxNS.PaintLineEventArgs.#ctor(System.Int32,System.Drawing.Rectangle,System.Drawing.Graphics,System.Drawing.Rectangle)"]

rect
Type: System.DrawingRectangle

[Missing <param name="rect"/> documentation for "M:FastColoredTextBoxNS.PaintLineEventArgs.#ctor(System.Int32,System.Drawing.Rectangle,System.Drawing.Graphics,System.Drawing.Rectangle)"]

gr
Type: System.DrawingGraphics

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

clipRect
Type: System.DrawingRectangle

[Missing <param name="clipRect"/> documentation for "M:FastColoredTextBoxNS.PaintLineEventArgs.#ctor(System.Int32,System.Drawing.Rectangle,System.Drawing.Graphics,System.Drawing.Rectangle)"]

See Also