←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly