Click or drag to resize
Accord.NET (logo)

LineMarker Constructor (Line, Color)

Initializes a new instance of the LineMarker class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public LineMarker(
	Line line,
	Color markerColor
)
Request Example View Source

Parameters

line
Type: Accord.Math.GeometryLine
markerColor
Type: System.DrawingColor
See Also