VisualMarker Constructor

Fast Colored Text Box

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

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

Syntax

C#
public VisualMarker(
	Rectangle rectangle
)
Visual Basic
Public Sub New ( _
	rectangle As Rectangle _
)
Visual C++
public:
VisualMarker(
	Rectangle rectangle
)

Parameters

rectangle
Type: System.Drawing..::..Rectangle

See Also