VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.UI.VisualTools Namespace / AnnotationVisualTool Class
In This Topic
AnnotationVisualTool Class Methods
In This Topic
For a list of all methods of this type, see AnnotationVisualTool.
Public Methods
 NameDescription
Public MethodOverloaded. Adds annotation to the annotation collection of focused image and starts building of annotation.
Public MethodCancels an active interaction with interaction area of interactive object. (Inherited from UserInteractionVisualTool)
Public MethodCancels building of annotation.
Public MethodCreates the annotation view collection for specified image.
Public MethodFinds an annotation view at specified point, in the image viewer space.
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. (Inherited from UserInteractionVisualTool)
Public MethodFinishes building of annotation.
Public Methodstatic (Shared in Visual Basic)Overloaded. Returns the active interaction controller of specified visual tool. (Inherited from UserInteractionVisualTool)
Public MethodReturns the annotation collection that must be selected.
Public MethodReturns the supported UI actions.
Public MethodInvalidates a drawing box of focused interactive object. (Inherited from UserInteractionVisualTool)
Public MethodInvalidates a drawing box of specified interactive object. (Inherited from UserInteractionVisualTool)
Public MethodDetermines that the specified point is located on interaction area.
Public MethodSelects the next available item and makes it as the active item.
Public MethodScrolls the viewer to the focused item. (Inherited from UserInteractionVisualTool)
Public MethodSets the annotation view that associated with specified annotation data as focused annotation view.
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. (Inherited from UserInteractionVisualTool)
Protected MethodCreates the UI action that copies the selected annotations to the clipboard.
Protected MethodCreates the UI action that cuts the selected annotations to the clipboard.
Protected MethodCreates the UI action that deletes all annotations.
Protected MethodCreates the UI action that deletes the selected annotations.
Protected MethodCreates the UI action that deselects all annotations.
Protected MethodCreates the UI action that pastes the selected annotations from the clipboard.
Protected MethodCreates the UI action that selects all annotations.
Protected MethodOverloaded. Releases all resources used by the object.
Protected MethodDraws an interactive object on specified graphics.
Protected MethodFinds the interaction area at the specified location, in viewer space. (Inherited from UserInteractionVisualTool)
Protected MethodOverloaded. Finds an interactive object at specified point on image viewer. (Inherited from UserInteractionVisualTool)
Protected MethodOverloaded. Finds an interactive objects at specified point on image viewer. (Inherited from UserInteractionVisualTool)
Protected MethodFinishes an active interaction.
Protected MethodReturns the item drawing box. (Inherited from UserInteractionVisualTool)
Protected MethodReturns a point transformation of specified interactive object. (Inherited from UserInteractionVisualTool)
Protected MethodOverloaded. Invalidates the entire surface of the and causes the to be redrawn. (Inherited from VisualTool)
Protected MethodOverloaded. Executes the specified delegate, on the thread that owns the 's underlying , with the specified list of arguments. (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. (Inherited from UserInteractionVisualTool)
Protected MethodRaises the Activating event. (Inherited from VisualTool)
Protected MethodOccurs when active interaction controller is changed.
Protected MethodRaises the AnnotationBuildingCanceled event.
Protected MethodRaises the AnnotationBuildingCanceling event.
Protected MethodRaises the AnnotationBuildingFinished event.
Protected MethodRaises the AnnotationBuildingStarted event.
Protected MethodRaises the AnnotationBuildingStarting event.
Protected MethodRaises the AnnotationDrawException event.
Protected MethodRaises the AnnotationInteractionModeChanged event.
Protected MethodRaises the AnnotationInteractionModeChanging event.
Protected MethodRaises the AnnotationTransformingFinished event.
Protected MethodRaises the AnnotationTransformingStarted event.
Protected MethodRaises the AnnotationViewCollectionChanged event.
Protected MethodRaises the Deactivated event. (Inherited from UserInteractionVisualTool)
Protected MethodRaises the Deactivating event. (Inherited from VisualTool)
Protected MethodRaises the EnabledChanged event. (Inherited from VisualTool)
Protected MethodRaises the FocusedAnnotationViewChanged event.
Protected MethodRaises the FocusedAnnotationViewChanging event.
Protected MethodOccurs when focused item is changed.
Protected MethodOccurs when focused item is changing.
Protected MethodRaises the HoveredAnnotationViewChanged event.
Protected MethodRaises the HoveredAnnotationViewChanging event.
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 interaction event for specified interactive object.
Protected MethodRaises the InteractionFinished event. (Inherited from UserInteractionVisualTool)
Protected MethodRaises the InteractionStarted event. (Inherited from UserInteractionVisualTool)
Protected MethodCalled when item collection is changed. (Inherited from UserInteractionVisualTool)
Protected MethodOccurs when state of interactive object is changed. (Inherited from UserInteractionVisualTool)
Protected MethodRaises the KeyDown event. (Inherited from UserInteractionVisualTool)
Protected MethodRaises the KeyUp event. (Inherited from UserInteractionVisualTool)
Protected MethodOccurs when visual tool loses the focus. (Inherited from UserInteractionVisualTool)
Protected MethodRaises the MouseClick event.
Protected MethodRaises the MouseDoubleClick event.
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.
Protected MethodOverloaded. Paints a content of this tool.
Protected MethodRaises the PreviewKeyDown event. (Inherited from VisualTool)
Protected MethodTransforms the points from the viewer space to the interactive object space. (Inherited from UserInteractionVisualTool)
Protected MethodTransforms a point from the viewer space to the interactive object space. (Inherited from UserInteractionVisualTool)
Protected MethodProcesses the IME Windows messages. (Inherited from UserInteractionVisualTool)
Protected MethodResets this tool. (Inherited from VisualTool)
Protected MethodScrolls the viewer to the specified item. (Inherited from UserInteractionVisualTool)
Protected MethodSets properties to the specified interaction controller.
Protected MethodTries to finish the current interaction. (Inherited from UserInteractionVisualTool)
See Also