T3000 CrossPlatform Documentation
VisualMarker Constructor |
[This is preliminary documentation and is subject to change.]
Initializes a new instance of the VisualMarker class
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public VisualMarker( Rectangle rectangle )
Public Sub New ( rectangle As Rectangle ) Dim rectangle As Rectangle Dim instance As New VisualMarker(rectangle)
Parameters
- rectangle
- Type: System.DrawingRectangle
[Missing <param name="rectangle"/> documentation for "M:FastColoredTextBoxNS.VisualMarker.#ctor(System.Drawing.Rectangle)"]
See Also