Transform2DMirror Method

CVB.Net Documentation
Mirror the input image on the x and/or y axis.

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

public static Image Mirror(
	Image image,
	Axis axis
)

Parameters

image
Type: Stemmer.CvbImage
Image to mirror.
axis
Type: Stemmer.Cvb.FoundationAxis
Axis(es) around which it is to be flipped.

Return Value

Type: Image
The mirrored image.
See Also

Reference