Click or drag to resize
Accord.NET (logo)

Concatenate Constructor

Creates a new concatenation filter.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public Concatenate(
	Bitmap overlayImage
)
Request Example View Source

Parameters

overlayImage
Type: System.DrawingBitmap
The first image to concatenate.
See Also