ImGearMouseTool Enumeration
In This Topic
Specifies the mouse tool.
Syntax
Members
| Member | Value | Description |
| CreateCurveMark | 18 | Create curve mark mouse tool. |
| CreateCustomMark | 21 | Create custom mark mouse tool. |
| CreateEllipseMark | 9 | Create ellipse mark mouse tool. |
| CreateFreehandMark | 12 | Create freehand mark mouse tool. |
| CreateImageMark | 19 | Create image mark mouse tool. |
| CreateLineMark | 10 | Create line mark mouse tool. |
| CreatePointMark | 17 | Create point mark mouse tool. |
| CreatePolygonMark | 13 | Create polygon mark mouse tool. |
| CreatePolylineMark | 11 | Create polyline mark mouse tool. |
| CreatePolyRulerMark | 16 | Create poly ruler mark mouse tool. |
| CreatePopupTextMark | 22 | Create popup text mouse tool. |
| CreateProtractorMark | 20 | Create protractor mark mouse tool. |
| CreateRectangleMark | 8 | Create rectangle mark mouse tool. |
| CreateRulerMark | 15 | Create ruler mark mouse tool. |
| CreateTextMark | 14 | Create text mark mouse tool. |
| HandPan | 1 | Hand pan mouse tool. |
| Magnifier | 6 | Magnifier mouse tool. |
| None | 0 | No tool selected. |
| RectangleZoom | 3 | Rectangle zoom mouse tool. |
| Select | 2 | Select mouse tool. |
| SelectMark | 7 | Select mark mouse tool. |
| ZoomIn | 4 | Zoom in mouse tool. |
| ZoomOut | 5 | Zoom out mouse tool. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Windows.Controls.ImGearMouseTool
See Also