User interaction event
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public enum IEUserInteractionEvent
Public Enumeration IEUserInteractionEvent
public enum class IEUserInteractionEvent
Members
| Member | Value | Description |
|---|---|---|
| CropCreating | 0 |
User is selecting a rect for crop tool
|
| CropSizing | 1 |
User is adjusting the rect of crop tool
|
| CropMoving | 2 |
User is moving the rect of crop tool
|
| CropRotating | 3 |
User is rotating the rect of crop tool
|
| CropEnacted | 4 |
Crop toolwas enacted (i.e. image was cropped)
|
| CropCanceled | 5 |
Crop tool was canceled
|
| PaintStart | 6 |
User has started painting using brush tool
|
| Painting | 7 |
User is painting using brush tool
|
| PaintEnd | 8 |
User has completed painting using brush tool
|
| PaintCanceled | 9 |
Brush tool was canceled
|
| CloneStart | 10 |
User has started cloning using clone tool
|
| Cloning | 11 |
User is cloning using clone tool
|
| CloneEnd | 12 |
User has completed cloning using clone tool
|
| CloneCanceled | 13 |
Clone tool was canceled
|
| RetouchStart | 14 |
User has started retouching using retouch tool
|
| Retouching | 15 |
User is retouching using retouch tool
|
| RetouchEnd | 16 |
User has completed retouching using retouch tool
|
| RetouchCanceled | 17 |
Retouch tool was canceled
|
| RotateStart | 18 |
User has started rotating using rotate tool
|
| Rotating | 19 |
User is rotating using rotate tool
|
| RotateEnd | 20 |
User has completed rotating using rotate tool
|
| Flipped | 21 |
User has flipped using rotate tool
|
| RotateCanceled | 22 |
Rotate tool was canceled
|
| LayerCreateStart | 23 |
User has started creating a layer
|
| LayerCreating | 24 |
User is creating a layer
|
| LayerCreateEnacted | 25 |
User has completed creating a layer
|
| LayerCreateCanceled | 26 |
Layer create canceled
|
| LayerPointsStart | 27 |
User has started creating a layer
|
| LayerPointAdded | 28 |
User has added a point to a layer
|
| LayerPointMoving | 29 |
User has moved a point of a layer
|
| LayerPointRemoved | 30 |
User has removed a point from a layer
|
| LayerPointsCreated | 31 |
User has completed creating a layer
|
| LayerPointsEdited | 32 |
User has completed editing points of a layer
|
| LayerPointsCanceled | 33 |
User has canceled editing points of a layer
|
| MeasuringLength | 34 |
User is measuring a length
|
| MeasuringArea | 35 |
User is measuring an area
|
| ColorFill | 36 |
User has enabled the color fill interaction and clicked the image to perform a flood fill
|
| AlphaFill | 37 |
User has enabled the alpha fill interaction and clicked the image to perform an alpha flood fill
|
| ColorPickerHover | 38 |
User has enabled the color picker interaction and is hovering over a color (InfoColor parameter contains the color)
|
| ColorPickerClick | 39 |
User has enabled the color picker interaction and clicked a color (InfoColor parameter contains the color)
|
| PDFAction | 40 |
User has interacted with the PDF viewer
|
| PDFDocChanged | 41 |
User has added or deleted pages in the current PDF viewer
|
| PDFFormChanged | 42 |
User has edited form fields in the current PDF viewer
|
| PDFClickedLink | 43 |
User has clicked a link in the PDF viewer
|