ImageGear for .NET
Flip Method
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Processing Namespace > ImGearProcessing Class : Flip Method




page
Image to flip.
mode
Constant defining flip direction. Possible values are ImageGear.Core.ImGearFlipModes.HORIZONTAL and ImageGear.Core.ImGearFlipModes.VERTICAL.

Glossary Item Box

Flips an image in vertical or horizontal direction.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

page
Image to flip.
mode
Constant defining flip direction. Possible values are ImageGear.Core.ImGearFlipModes.HORIZONTAL and ImageGear.Core.ImGearFlipModes.VERTICAL.

Remarks

This method processes all channels of the image as well as image's ROI, if it exists.

ImGearProcessingVerifier.CanApplyFlip method can be called to check whether the operation can be performed.

See Also

©2013. Accusoft Corporation. All Rights Reserved.