PanoramicMappedImageCreateHorizontal Method

CVB.Net Documentation
Creates a new horizontal mapped image.

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

public static PanoramicMappedImage CreateHorizontal(
	Image left,
	Image right
)

Parameters

left
Type: Stemmer.CvbImage
Left hand side image.
right
Type: Stemmer.CvbImage
Right hand side image.

Return Value

Type: PanoramicMappedImage
New mapped panoramic image.
See Also

Reference