T3000 CrossPlatform Documentation
CollapseFoldingMarker Constructor |
[This is preliminary documentation and is subject to change.]
Initializes a new instance of the CollapseFoldingMarker class
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public CollapseFoldingMarker( 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 CollapseFoldingMarker(iLine, rectangle)
Parameters
- iLine
- Type: SystemInt32
[Missing <param name="iLine"/> documentation for "M:FastColoredTextBoxNS.CollapseFoldingMarker.#ctor(System.Int32,System.Drawing.Rectangle)"]
- rectangle
- Type: System.DrawingRectangle
[Missing <param name="rectangle"/> documentation for "M:FastColoredTextBoxNS.CollapseFoldingMarker.#ctor(System.Int32,System.Drawing.Rectangle)"]
See Also