ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls.Art Assembly / ImageGear.Windows.Controls Namespace / ImGearResizeType Enumeration




In This Topic
    ImGearResizeType Enumeration
    In This Topic
    Specifies how the mark is being resized.
    Syntax
    'Declaration
     
    Public Enum ImGearResizeType 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearResizeType
    public enum ImGearResizeType : System.Enum 
    __value public enum ImGearResizeType : public System.Enum 
    public enum class ImGearResizeType : public System.Enum 
    Members
    MemberValueDescription
    East1Resize east.
    North2Resize north.
    NorthEast6Resize northeast.
    NorthWest4Resize northwest.
    Point8Move a point.
    South3Resize south.
    SouthEast7Resize southeast.
    SouthWest5Resize southwest.
    West0Resize west.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Windows.Controls.ImGearResizeType

    See Also