User interaction event

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum IEUserInteractionEvent
Public Enumeration IEUserInteractionEvent
public enum class IEUserInteractionEvent

Members

MemberValueDescription
CropCreating0
User is selecting a rect for crop tool
CropSizing1
User is adjusting the rect of crop tool
CropMoving2
User is moving the rect of crop tool
CropRotating3
User is rotating the rect of crop tool
CropEnacted4
Crop toolwas enacted (i.e. image was cropped)
CropCanceled5
Crop tool was canceled
PaintStart6
User has started painting using brush tool
Painting7
User is painting using brush tool
PaintEnd8
User has completed painting using brush tool
PaintCanceled9
Brush tool was canceled
CloneStart10
User has started cloning using clone tool
Cloning11
User is cloning using clone tool
CloneEnd12
User has completed cloning using clone tool
CloneCanceled13
Clone tool was canceled
RetouchStart14
User has started retouching using retouch tool
Retouching15
User is retouching using retouch tool
RetouchEnd16
User has completed retouching using retouch tool
RetouchCanceled17
Retouch tool was canceled
RotateStart18
User has started rotating using rotate tool
Rotating19
User is rotating using rotate tool
RotateEnd20
User has completed rotating using rotate tool
Flipped21
User has flipped using rotate tool
RotateCanceled22
Rotate tool was canceled
LayerCreateStart23
User has started creating a layer
LayerCreating24
User is creating a layer
LayerCreateEnacted25
User has completed creating a layer
LayerCreateCanceled26
Layer create canceled
LayerPointsStart27
User has started creating a layer
LayerPointAdded28
User has added a point to a layer
LayerPointMoving29
User has moved a point of a layer
LayerPointRemoved30
User has removed a point from a layer
LayerPointsCreated31
User has completed creating a layer
LayerPointsEdited32
User has completed editing points of a layer
LayerPointsCanceled33
User has canceled editing points of a layer
MeasuringLength34
User is measuring a length
MeasuringArea35
User is measuring an area
ColorFill36
User has enabled the color fill interaction and clicked the image to perform a flood fill
AlphaFill37
User has enabled the alpha fill interaction and clicked the image to perform an alpha flood fill
ColorPickerHover38
User has enabled the color picker interaction and is hovering over a color (InfoColor parameter contains the color)
ColorPickerClick39
User has enabled the color picker interaction and clicked a color (InfoColor parameter contains the color)
PDFAction40
User has interacted with the PDF viewer
PDFDocChanged41
User has added or deleted pages in the current PDF viewer
PDFFormChanged42
User has edited form fields in the current PDF viewer
PDFClickedLink43
User has clicked a link in the PDF viewer

See Also