ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearRotationModes Enumeration




In This Topic
    ImGearRotationModes Enumeration
    In This Topic
    Specifies ImageGear rotation mode.
    Syntax
    'Declaration
     
    Public Enum ImGearRotationModes 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearRotationModes
    public enum ImGearRotationModes : System.Enum 
    __value public enum ImGearRotationModes : public System.Enum 
    public enum class ImGearRotationModes : public System.Enum 
    Members
    MemberValueDescription
    CLIP0Clips rotated image to keep the image dimensions unchanged.
    EXPAND1Expands the size of the bitmap if necessary to retain the entire rotated image.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Processing.ImGearRotationModes

    See Also