Accord.Imaging.Filters.LineMarker.LineMarker C# (CSharp) Method

LineMarker() public method

Initializes a new instance of the LineMarker class.
public LineMarker ( Color markerColor ) : System.Collections.Generic
markerColor Color
return System.Collections.Generic
        public LineMarker(Color markerColor)
            : this(null, markerColor, 3)
        {
        }

Same methods

LineMarker::LineMarker ( Color markerColor, int width ) : System.Collections.Generic
LineMarker::LineMarker ( Line line ) : System.Collections.Generic
LineMarker::LineMarker ( Line line, Color markerColor ) : System.Collections.Generic
LineMarker::LineMarker ( Line line, Color markerColor, int width ) : System.Collections.Generic