Click or drag to resize
Accord.NET (logo)

RectanglesMarker Constructor (IEnumerableRectangle, Color)

Initializes a new instance of the RectanglesMarker class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public RectanglesMarker(
	IEnumerable<Rectangle> rectangles,
	Color markerColor
)
Request Example View Source

Parameters

rectangles
Type: System.Collections.GenericIEnumerableRectangle
Set of rectangles to be drawn.
markerColor
Type: System.DrawingColor
The color to use to drawn the rectangles.
See Also