L_ImgKrnRotateFlipType

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.

Members

L_ImgKrnRotateFlipType_RotateNoneFlipNone

No rotation and no flipping.

L_ImgKrnRotateFlipType_RotateNoneFlipX

Specifies a horizontal flip only.

L_ImgKrnRotateFlipType_RotateNoneFlipY

Specifies a vertical flip only.

L_ImgKrnRotateFlipType_RotateNoneFlipXY

Specifies a horizontal and vertical flip.

L_ImgKrnRotateFlipType_Rotate90FlipNone

90 degree rotation only.

L_ImgKrnRotateFlipType_Rotate90FlipX

90 degree rotation only followed by horizontal flip.

L_ImgKrnRotateFlipType_Rotate90FlipY

90 degree rotation only followed by vertical flip.

L_ImgKrnRotateFlipType_Rotate90FlipXY

90 degree rotation only followed by a horizontal and vertical flip.

L_ImgKrnRotateFlipType_Rotate180FlipNone

180 degree rotation only.

L_ImgKrnRotateFlipType_Rotate180FlipX

180 degree rotation only followed by horizontal flip.

L_ImgKrnRotateFlipType_Rotate180FlipY

180 degree rotation only followed by vertical flip.

L_ImgKrnRotateFlipType_Rotate180FlipXY

180 degree rotation only followed by a horizontal and vertical flip.

L_ImgKrnRotateFlipType_Rotate270FlipNone

270 degree rotation only.

L_ImgKrnRotateFlipType_Rotate270FlipX

270 degree rotation only followed by horizontal flip.

L_ImgKrnRotateFlipType_Rotate270FlipY

270degree rotation only followed by vertical flip.

L_ImgKrnRotateFlipType_Rotate270FlipXY

270 degree rotation only followed by a horizontal and vertical flip.

Comments

All rotation operations are clockwise.

This enumerated type is used in L_ImgKrnRotateFlipImage

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

LEADTOOLS Raster Imaging C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.