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 ) |
Parameters
- iLine
- Type: System..::..Int32
- rect
- Type: System.Drawing..::..Rectangle
- gr
- Type: System.Drawing..::..Graphics
- clipRect
- Type: System.Drawing..::..Rectangle