ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRotationValues Enumeration




In This Topic
    ImGearRotationValues Enumeration
    In This Topic
    Specifies the value of the rotation angle.
    Syntax
    'Declaration
     
    Public Enum ImGearRotationValues 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearRotationValues
    public enum ImGearRotationValues : System.Enum 
    __value public enum ImGearRotationValues : public System.Enum 
    public enum class ImGearRotationValues : public System.Enum 
    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