PaintLineEventArgs Class

T3000 CrossPlatform

PaintLineEventArgs Class

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

[Missing <summary> documentation for "T:FastColoredTextBoxNS.PaintLineEventArgs"]

Inheritance Hierarchy
SystemObject  SystemEventArgs
    System.Windows.FormsPaintEventArgs
      FastColoredTextBoxNSPaintLineEventArgs

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public class PaintLineEventArgs : PaintEventArgs
Public Class PaintLineEventArgs
	Inherits PaintEventArgs

Dim instance As PaintLineEventArgs

The PaintLineEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodPaintLineEventArgs
Initializes a new instance of the PaintLineEventArgs class
Top
Properties
  NameDescription
Public propertyClipRectangle (Inherited from PaintEventArgs.)
Public propertyGraphics (Inherited from PaintEventArgs.)
Public propertyLineIndex
Public propertyLineRect
Top
Methods
  NameDescription
Public methodDispose (Inherited from PaintEventArgs.)
Protected methodDispose(Boolean) (Inherited from PaintEventArgs.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from PaintEventArgs.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also