| ImageGear22.Art.Forms Assembly > ImageGear.ART.Forms Namespace : ImGearARTFormsResizeType Enumeration |
'Declaration Public Enum ImGearARTFormsResizeType Inherits System.Enum
'Usage Dim instance As ImGearARTFormsResizeType
public enum ImGearARTFormsResizeType : System.Enum
__value public enum ImGearARTFormsResizeType : public System.Enum
public enum class ImGearARTFormsResizeType : public System.Enum
| Member | Value | Description |
|---|---|---|
| East | 1 | Resize east. |
| North | 2 | Resize north. |
| NorthEast | 6 | Resize northeast. |
| NorthWest | 4 | Resize northwest. |
| Point | 8 | Move a point. |
| South | 3 | Resize south. |
| SouthEast | 7 | Resize southeast. |
| SouthWest | 5 | Resize southwest. |
| West | 0 | Resize west. |
System.Object
System.ValueType
System.Enum
ImageGear.ART.Forms.ImGearARTFormsResizeType