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




In This Topic
    ImGearMouseTool Enumeration
    In This Topic
    Specifies the mouse tool.
    Syntax
    'Declaration
     
    Public Enum ImGearMouseTool 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearMouseTool
    public enum ImGearMouseTool : System.Enum 
    __value public enum ImGearMouseTool : public System.Enum 
    public enum class ImGearMouseTool : public System.Enum 
    Members
    MemberValueDescription
    CreateCurveMark18Create curve mark mouse tool.
    CreateCustomMark21Create custom mark mouse tool.
    CreateEllipseMark9Create ellipse mark mouse tool.
    CreateFreehandMark12Create freehand mark mouse tool.
    CreateImageMark19Create image mark mouse tool.
    CreateLineMark10Create line mark mouse tool.
    CreatePointMark17Create point mark mouse tool.
    CreatePolygonMark13Create polygon mark mouse tool.
    CreatePolylineMark11Create polyline mark mouse tool.
    CreatePolyRulerMark16Create poly ruler mark mouse tool.
    CreatePopupTextMark22Create popup text mouse tool.
    CreateProtractorMark20Create protractor mark mouse tool.
    CreateRectangleMark8Create rectangle mark mouse tool.
    CreateRulerMark15Create ruler mark mouse tool.
    CreateTextMark14Create text mark mouse tool.
    HandPan1Hand pan mouse tool.
    Magnifier6Magnifier mouse tool.
    None0No tool selected.
    RectangleZoom3Rectangle zoom mouse tool.
    Select2Select mouse tool.
    SelectMark7Select mark mouse tool.
    ZoomIn4Zoom in mouse tool.
    ZoomOut5Zoom out mouse tool.
    Inheritance Hierarchy

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

    See Also