PaintLineEventArgs Constructor

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Initializes a new instance of the PaintLineEventArgs class

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public PaintLineEventArgs(
	int iLine,
	Rectangle rect,
	Graphics gr,
	Rectangle clipRect
)
Visual Basic
Public Sub New ( _
	iLine As Integer, _
	rect As Rectangle, _
	gr As Graphics, _
	clipRect As Rectangle _
)
Visual C++
public:
PaintLineEventArgs(
	int iLine, 
	Rectangle rect, 
	Graphics^ gr, 
	Rectangle clipRect
)

See Also