Creates a new Image flipped horizontally, vertically, or both.

Namespace: ImageSense
Assembly: ImageSense (in ImageSense.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public FilterChain Flip(
	FlipType flipType
)
Visual Basic
Public Function Flip ( _
	flipType As FlipType _
) As FilterChain
Visual C++
public:
FilterChain^ Flip(
	FlipType flipType
)

Parameters

flipType
Type: ImageSense..::..FlipType
The type of flip operation to perform on an image.

Return Value

This FilterChain.

See Also