FoldedAreaMarker Constructor

Fast Colored Text Box

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

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

Syntax

C#
public FoldedAreaMarker(
	int iLine,
	Rectangle rectangle
)
Visual Basic
Public Sub New ( _
	iLine As Integer, _
	rectangle As Rectangle _
)
Visual C++
public:
FoldedAreaMarker(
	int iLine, 
	Rectangle rectangle
)

Parameters

iLine
Type: System..::..Int32
rectangle
Type: System.Drawing..::..Rectangle

See Also