ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearRotationModes Enumeration




ImGearRotationModes Enumeration
Specifies ImageGear rotation mode.
Syntax
'Declaration
 
Public Enum ImGearRotationModes 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearRotationModes
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