|
Concatenate Constructor
|
Creates a new concatenation filter.
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntaxpublic Concatenate(
Bitmap overlayImage
)
Public Sub New (
overlayImage As Bitmap
)
Request Example
View SourceParameters
- overlayImage
- Type: System.DrawingBitmap
The first image to concatenate.
See Also