typedef enum L_ImgKrnRotateFlipType
{
L_ImgKrnRotateFlipType_RotateNoneFlipNone,
L_ImgKrnRotateFlipType_RotateNoneFlipX,
L_ImgKrnRotateFlipType_RotateNoneFlipY,
L_ImgKrnRotateFlipType_RotateNoneFlipXY,
L_ImgKrnRotateFlipType_Rotate90FlipNone,
L_ImgKrnRotateFlipType_Rotate90FlipX,
L_ImgKrnRotateFlipType_Rotate90FlipY,
L_ImgKrnRotateFlipType_Rotate90FlipXY,
L_ImgKrnRotateFlipType_Rotate180FlipNone,
L_ImgKrnRotateFlipType_Rotate180FlipX,
L_ImgKrnRotateFlipType_Rotate180FlipY,
L_ImgKrnRotateFlipType_Rotate180FlipXY,
L_ImgKrnRotateFlipType_Rotate270FlipNone,
L_ImgKrnRotateFlipType_Rotate270FlipX,
L_ImgKrnRotateFlipType_Rotate270FlipY,
L_ImgKrnRotateFlipType_Rotate270FlipXY,
};
Image rotate flip type.
No rotation and no flipping.
Specifies a horizontal flip only.
Specifies a vertical flip only.
Specifies a horizontal and vertical flip.
90 degree rotation only.
90 degree rotation only followed by horizontal flip.
90 degree rotation only followed by vertical flip.
90 degree rotation only followed by a horizontal and vertical flip.
180 degree rotation only.
180 degree rotation only followed by horizontal flip.
180 degree rotation only followed by vertical flip.
180 degree rotation only followed by a horizontal and vertical flip.
270 degree rotation only.
270 degree rotation only followed by horizontal flip.
270degree rotation only followed by vertical flip.
270 degree rotation only followed by a horizontal and vertical flip.
All rotation operations are clockwise.
This enumerated type is used in L_ImgKrnRotateFlipImage
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document