ImageGear23.Core Assembly > ImageGear.Processing Namespace : ImGearRotationModes Enumeration |
'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
Member | Value | Description |
---|---|---|
CLIP | 0 | Clips rotated image to keep the image dimensions unchanged. |
EXPAND | 1 | Expands the size of the bitmap if necessary to retain the entire rotated image. |
System.Object
System.ValueType
System.Enum
ImageGear.Processing.ImGearRotationModes