VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / UserInteractionVisualTool Class
In This Topic
UserInteractionVisualTool Class Methods
In This Topic
For a list of all methods of this type, see UserInteractionVisualTool.
Public Methods
 NameDescription
Public MethodCancels an active interaction with interaction area of interactive object.
Public MethodOverloaded. Releases all resources used by the object. (Inherited from VisualTool)
Public Methodstatic (Shared in Visual Basic)Finds the specified visual tool of specified type in visual tool. (Inherited from VisualTool)
Public MethodFinishes an active interaction with interaction area of interactive object.
Public Methodstatic (Shared in Visual Basic)Overloaded. Returns the active interaction controller of specified visual tool.
Public MethodReturns the supported UI actions.
Public MethodInvalidates a drawing box of focused interactive object.
Public MethodInvalidates a drawing box of specified interactive object.
Public MethodSelects the next available item and makes it as the active item.
Public MethodScrolls the viewer to the focused item.
Public MethodReturns the string representation of this object. (Inherited from VisualTool)
Protected Methods
 NameDescription
Protected MethodBegins an active interaction.
Protected MethodDetermines that focused item can be changed.
Protected MethodReturns a value indicating whether next item can be selected.
Protected MethodReturns a value indicating whether the point is located on unfocused image.
Protected MethodDraws an interactive object on specified graphics.
Protected MethodFinds the interaction area at the specified location, in viewer space.
Protected MethodOverloaded. Finds an interactive object at specified point on image viewer.
Protected MethodOverloaded. Finds an interactive objects at specified point on image viewer.
Protected MethodFinishes an active interaction.
Protected MethodReturns the item drawing box.
Protected MethodReturns a point transformation of specified interactive object.
Protected MethodOverloaded. Invalidates the specified region of the , and causes a paint message to be sent to the . (Inherited from VisualTool)
Protected MethodOverloaded. Executes the specified delegate on the thread that owns the 's underlying . (Inherited from VisualTool)
Protected MethodDetermines whether the ActionButton contains the button. (Inherited from VisualTool)
Protected MethodReturns a value indicating whether the visual tool will process the mouse event.
Protected MethodRaises the Activated event.
Protected MethodRaises the Activating event. (Inherited from VisualTool)
Protected MethodRaises the ActiveInteractionControllerChanged event.
Protected MethodRaises the Deactivated event.
Protected MethodRaises the Deactivating event. (Inherited from VisualTool)
Protected MethodRaises the EnabledChanged event. (Inherited from VisualTool)
Protected MethodOccurs when focused item is changed.
Protected MethodOccurs when focused item is changing.
Protected MethodRaises the ImageChanged event. (Inherited from VisualTool)
Protected MethodRaises the ImageChanging event. (Inherited from VisualTool)
Protected MethodRaises the ImageLoadingException event. (Inherited from VisualTool)
Protected MethodRaises the interaction event for specified interactive object.
Protected MethodRaises the InteractionFinished event.
Protected MethodRaises the InteractionStarted event.
Protected MethodCalled when item collection is changed.
Protected MethodOccurs when state of interactive object is changed.
Protected MethodRaises the KeyDown event.
Protected MethodRaises the KeyUp event.
Protected MethodOccurs when visual tool loses the focus.
Protected MethodRaises the MouseClick event. (Inherited from VisualTool)
Protected MethodRaises the MouseDoubleClick event. (Inherited from VisualTool)
Protected MethodRaises the MouseDown event.
Protected MethodRaises the MouseEnter event. (Inherited from VisualTool)
Protected MethodRaises the MouseLeave event. (Inherited from VisualTool)
Protected MethodRaises the MouseMove event.
Protected MethodRaises the MouseUp event.
Protected MethodRaises the MouseWheel event. (Inherited from VisualTool)
Protected MethodOverloaded. Paints content of visual tool.
Protected MethodRaises the PreviewKeyDown event. (Inherited from VisualTool)
Protected MethodTransforms the points from the viewer space to the interactive object space.
Protected MethodTransforms a point from the viewer space to the interactive object space.
Protected MethodProcesses the IME Windows messages.
Protected MethodResets this tool. (Inherited from VisualTool)
Protected MethodScrolls the viewer to the specified item.
Protected MethodSets properties to the specified interaction controller.
Protected MethodTries to finish the current interaction.
See Also