VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / VisualTool Class
Constructors Properties Methods Events SeeAlso
In This Topic
    VisualTool Class Members
    In This Topic
    The following tables list the members exposed by VisualTool.
    Protected Constructors
     NameDescription
    Protected ConstructorInitializes a new instance of the VisualTool class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the mouse button, which executes the action of this tool.
    Public PropertyGets or sets a cursor, which should be used in image viewer when visual tool executes its action.
    Public PropertyGets or sets a value indicating whether the tool allows changing focused item using the PerformNextItemSelection(Boolean) method.
    Public PropertyGets a value indicating whether this visual tool can modify the image.
    Public PropertyGets or sets a cursor, which should be used in image viewer when visual tool is active in image viewer.
    Public PropertyGets or sets a value indicating whether image viewer must disable context menu in image viewer if the right mouse button is set as an action button of the visual tool.
    Public PropertyGets or sets a value indicating whether VisualTool can respond to the user interaction.
    Public PropertyGets the ImageViewer object associated with this tool.
    Public PropertyGets a value indicating whether this tool supports multipage mode.
    Public PropertyGets a value indicating whether this visual tool is visible if image is not painted in image viewer.
    Public PropertyGets the name of visual tool.
    Public PropertyGets or sets a key code that changes the selected item to the next item.
    Public PropertyGets or sets a key code that changes the selected item to the previous item.
    Protected Properties
     NameDescription
    Protected PropertyGets or sets a value indicating whether viewer must be invalidated when InvalidateViewer method is executed.
    Protected PropertyGets a value indicating whether the caller must call an invoke method when making method calls to the VisualTool because the caller is on a different thread than the one the VisualTool was created on.
    Protected PropertyGets the count of mouse clicks in series of clicks.
    Protected PropertyGets or sets a delay, in milliseconds, between mouse clicks in series of clicks.
    Public Methods
     NameDescription
    Public MethodOverloaded. Releases all resources used by the object.
    Public Methodstatic (Shared in Visual Basic)Finds the specified visual tool of specified type in visual tool.
    Public MethodSelects the next available item and makes it as the active item.
    Public MethodReturns the string representation of this object.
    Protected Methods
     NameDescription
    Protected MethodOverloaded. Invalidates the specified region of the , and causes a paint message to be sent to the .
    Protected MethodOverloaded. Executes the specified delegate on the thread that owns the 's underlying .
    Protected MethodDetermines whether the ActionButton contains the button.
    Protected MethodReturns a value indicating whether the visual tool will process the mouse event.
    Protected MethodRaises the Activated event.
    Protected MethodRaises the Activating event.
    Protected MethodRaises the Deactivated event.
    Protected MethodRaises the Deactivating event.
    Protected MethodRaises the EnabledChanged event.
    Protected MethodRaises the ImageChanged event.
    Protected MethodRaises the ImageChanging event.
    Protected MethodRaises the ImageLoadingException event.
    Protected MethodRaises the KeyDown event.
    Protected MethodRaises the KeyUp event.
    Protected MethodOccurs when visual tool loses the focus.
    Protected MethodRaises the MouseClick event.
    Protected MethodRaises the MouseDoubleClick event.
    Protected MethodRaises the MouseDown event.
    Protected MethodRaises the MouseEnter event.
    Protected MethodRaises the MouseLeave event.
    Protected MethodRaises the MouseMove event.
    Protected MethodRaises the MouseUp event.
    Protected MethodRaises the MouseWheel event.
    Protected MethodOverloaded. Paints content of visual tool on specified image.
    Protected MethodRaises the PreviewKeyDown event.
    Protected MethodProcesses the IME Windows messages.
    Protected MethodResets this tool.
    Public Events
     NameDescription
    Public EventOccurs when the visual tool is activated in the image viewer.
    Public EventOccurs when the visual tool is activating in the image viewer.
    Public EventOccurs when the visual tool is deactivated in the image viewer.
    Public EventOccurs when the visual tool is deactivating in the image viewer.
    Public EventOccurs when value of Enabled property is changed.
    Public EventOccurs when the image is changed.
    Public EventOccurs when the image is changing.
    Public EventOccurs when the image is not loaded because of error.
    Public EventOccurs when a key is pressed while the image viewer has focus and this tool is enabled.
    Public EventOccurs when a key is released while the image viewer has focus and this tool is enabled.
    Public EventOccurs when the mouse pointer is over the image viewer, this tool is enabled and a mouse button is clicked.
    Public EventOccurs when the mouse pointer is over the image viewer, this tool is enabled and a mouse button is double clicked.
    Public EventOccurs when the mouse pointer is over the image viewer, this tool is enabled and a mouse button is pressed.
    Public EventOccurs when the mouse enters an area of visual tool.
    Public EventOccurs when the mouse leaves an area of visual tool.
    Public EventOccurs when the mouse pointer is moved over the image viewer and this tool is enabled.
    Public EventOccurs when the mouse pointer is over the image viewer, this tool is enabled and a mouse button is released.
    Public EventOccurs when the mouse wheel moves while the image viewer has focus and this tool is enabled.
    Public EventOccurs before the KeyDown event when a key is pressed while focus is on this visual tool.
    See Also