OrientationActions Enumeration

Summary

Specifies an action that is to be applied to an image.

Syntax
C#
VB
C++
public enum OrientationActions   
Public Enum OrientationActions  
public enum class OrientationActions   

Members
ValueMemberDescription
0None No action.
1FlipHorz Flip the image along the horizontal axis.
2FlipVert Flip the image along the vertical axis.
3Rotate90 Rotate the image 90 degrees in the clockwise direction.
4Rotate270 Rotate the image 270 degrees in the clockwise direction (or 90 degrees in the counter-clockwise direction).

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly