ImageGear .NET - Updated
ImGearRotationModes Enumeration




ImageGear24.Core Assembly > ImageGear.Processing Namespace : ImGearRotationModes Enumeration
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
MemberDescription
CLIPClips rotated image to keep the image dimensions unchanged.
EXPANDExpands 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

Reference

ImageGear.Processing Namespace