←Select platform

RotateFlipType Enumeration

Summary

Image rotation and flip type

Syntax
C#
VB
Objective-C
C++
Java
public enum RotateFlipType 
<FlagsAttribute()> 
Public Enum RotateFlipType 
typedef NS_OPTIONS(NSUInteger, LTKernelRotateFlipType) 
public enum RotateFlipType 
[FlagsAttribute()] 
public enum class RotateFlipType   

Members
ValueMemberDescription
0RotateNoneFlipNone No rotation and no flipping
1RotateNoneFlipX Specifies a horizontal flip only
2RotateNoneFlipY Specifies a vertical flip only
3RotateNoneFlipXY Specifies a horizontal and vertical flip
4Rotate90FlipNone 90 degree rotation only
5Rotate90FlipX 90 degree rotation followed by a horizontal flip
6Rotate90FlipY 90 degree rotation followed by vertical flip
7Rotate90FlipXY 90 degree rotation followed by a horizontal and vertical flip
3Rotate180FlipNone 180 degree rotation only
2Rotate180FlipX 180 degree rotation followed by a horizontal flip
1Rotate180FlipY 180 degree rotation followed by a vertical flip
0Rotate180FlipXY 180 degree rotation followed by a horizontal and vertical flip
7Rotate270FlipNone 270 degree rotation only
6Rotate270FlipX 270 degree rotation followed by a horizontal flip
5Rotate270FlipY 270 degree rotation followed by a vertical flip
4Rotate270FlipXY 270 degree rotation followed by a horizontal and vertical flip

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Kernel Assembly