FastColoredTextBoxNS.VisualMarker.VisualMarker C# (CSharp) Method

VisualMarker() public method

public VisualMarker ( Rectangle rectangle ) : System.Drawing
rectangle System.Drawing.Rectangle
return System.Drawing
        public VisualMarker(Rectangle rectangle)
        {
            this.rectangle = rectangle;
        }