ImageFromImages Method

CVB.Net Documentation
Create an image that is the result of concatenating a series of input images.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static Image FromImages(
	MappingOption mapping,
	params Image[] images
)

Parameters

mapping
Type: Stemmer.CvbMappingOption
Selects the relationship between the result Image and the input image
images
Type: Stemmer.CvbImage
Images to be concatenated; all images in the input array must be valid and have equal size

Return Value

Type: Image
Concatenated image
Exceptions

ExceptionCondition
ArgumentNullExceptionIf images is null
InvalidOperationExceptionIf there are no source images
FormatExceptionIf the input images do not have matching width/height
See Also

Reference