ImageGear .NET v24.14 - Updated
ImGearMouseTool Enumeration




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace : ImGearMouseTool Enumeration
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
MemberDescription
CreateCurveMark Create curve mark mouse tool.
CreateCustomMark Create custom mark mouse tool.
CreateEllipseMark Create ellipse mark mouse tool.
CreateFreehandMark Create freehand mark mouse tool.
CreateImageMark Create image mark mouse tool.
CreateLineMark Create line mark mouse tool.
CreatePointMark Create point mark mouse tool.
CreatePolygonMark Create polygon mark mouse tool.
CreatePolylineMark Create polyline mark mouse tool.
CreatePolyRulerMark Create poly ruler mark mouse tool.
CreatePopupTextMark Create popup text mouse tool.
CreateProtractorMark Create protractor mark mouse tool.
CreateRectangleMark Create rectangle mark mouse tool.
CreateRulerMark Create ruler mark mouse tool.
CreateTextMark Create text mark mouse tool.
HandPan Hand pan mouse tool.
Magnifier Magnifier mouse tool.
None No tool selected.
RectangleZoom Rectangle zoom mouse tool.
Select Select mouse tool.
SelectMark Select mark mouse tool.
ZoomIn Zoom in mouse tool.
ZoomOut Zoom out mouse tool.
Inheritance Hierarchy

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

See Also

Reference

ImageGear.Windows.Controls Namespace