ImageGear PDF v25.1 - Updated
ImGearARTFormsResizeType Enumeration




ImageGear.Art.Forms Assembly > ImageGear.ART.Forms Namespace : ImGearARTFormsResizeType Enumeration
Specifies how the mark is being resized.
Syntax
'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 
Members
MemberValueDescription
East1 Resize east.
North2 Resize north.
NorthEast6 Resize northeast.
NorthWest4 Resize northwest.
Point8 Move a point.
South3 Resize south.
SouthEast7 Resize southeast.
SouthWest5 Resize southwest.
West0 Resize west.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.ART.Forms.ImGearARTFormsResizeType

See Also

Reference

ImageGear.ART.Forms Namespace