ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRotationValues Enumeration




ImGearRotationValues Enumeration
Specifies the value of the rotation angle.
Syntax
'Declaration
 
Public Enum ImGearRotationValues 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearRotationValues
Members
MemberValueDescription
VALUE_00No rotation.
VALUE_1802Rotation on 180 grades.
VALUE_2703Rotation on 270 grades.
VALUE_901Rotation on 90 grades.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Core.ImGearRotationValues

See Also