ExpandFoldingMarker Constructor

T3000 CrossPlatform

ExpandFoldingMarker Constructor

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

Initializes a new instance of the ExpandFoldingMarker class

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public ExpandFoldingMarker(
	int iLine,
	Rectangle rectangle
)
Public Sub New ( 
	iLine As Integer,
	rectangle As Rectangle
)

Dim iLine As Integer
Dim rectangle As Rectangle

Dim instance As New ExpandFoldingMarker(iLine, rectangle)

Parameters

iLine
Type: SystemInt32

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

rectangle
Type: System.DrawingRectangle

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

See Also