VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebZoomSelectionToolJS type
In This Topic
WebZoomSelectionToolJS Class Methods
In This Topic
For a list of all methods of this type, see WebZoomSelectionToolJS.
Methods
 NameDescription
Public MethodGets the mouse button, which executes the action of the visual tool. (Inherited from WebVisualToolJS)
Public MethodGets a cursor which should be used in image viewer when visual tool executes its action. (Inherited from WebVisualToolJS)
Public MethodGets a background color of the selection rectangle. (Inherited from WebRectangularSelectionToolJS)
Public MethodGets a border color of the selection rectangle. (Inherited from WebRectangularSelectionToolJS)
Public MethodGets a cursor which should be used in image viewer when visual tool is active in image viewer. (Inherited from WebVisualToolJS)
Public MethodGets 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. (Inherited from WebVisualToolJS)
Public MethodGets a value indicating whether visual tool can respond to the user interaction. (Inherited from WebVisualToolJS)
Public MethodGets a value indicating whether this tool supports multipage mode. (Inherited from WebVisualToolJS)
Public MethodGets the count of mouse clicks in series of clicks. (Inherited from WebVisualToolJS)
Public MethodGets a delay, in milliseconds, between mouse clicks in series of clicks. (Inherited from WebVisualToolJS)
Public MethodGets a value indicating whether rectangular selection can be moved. (Inherited from WebRectangularSelectionToolJS)
Public MethodGets the name of visual tool. (Inherited from WebVisualToolJS)
Public MethodGets a rectangle that defines rectangular selection on image. (Inherited from WebRectangularSelectionToolJS)
Public MethodGets a value indicating whether rectangular selection can be resized. (Inherited from WebRectangularSelectionToolJS)
Public MethodGets a rotation angle. (Inherited from WebRectangularSelectionToolJS)
Public MethodGets a value indicating whether selection can be used only on image area. (Inherited from WebRectangularSelectionToolJS)
Public MethodGets the mouse button for zooming of selected image region in image viewer.
Public MethodReturns the drawing box of visual tool. (Inherited from WebRectangularSelectionToolJS)
Public MethodReturns the rectangle of interaction object. (Inherited from WebRectangularSelectionToolJS)
Public MethodReturns a value indicating whether point is located on selection. (Inherited from WebRectangularSelectionToolJS)
Public MethodResets the visual tool. (Inherited from WebRectangularSelectionToolJS)
Public MethodSets the mouse button, which executes the action of the visual tool. (Inherited from WebVisualToolJS)
Public MethodSets a cursor, which should be used in image viewer when visual tool executes visual tool's action.
Public MethodSets a background color of the selection rectangle. (Inherited from WebRectangularSelectionToolJS)
Public MethodSets a border color of the selection rectangle. (Inherited from WebRectangularSelectionToolJS)
Public MethodSets a cursor which should be used in image viewer when visual tool is active in image viewer. (Inherited from WebVisualToolJS)
Public MethodSets 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. (Inherited from WebVisualToolJS)
Public MethodSets a value indicating whether visual tool can respond to the user interaction. (Inherited from WebVisualToolJS)
Public MethodSets a delay, in milliseconds, between mouse clicks in series of clicks. (Inherited from WebVisualToolJS)
Public MethodSets a value indicating whether rectangular selection can be moved. (Inherited from WebRectangularSelectionToolJS)
Public MethodSets a rectangle that defines rectangular selection on image. (Inherited from WebRectangularSelectionToolJS)
Public MethodSets a value indicating whether rectangular selection can be resized. (Inherited from WebRectangularSelectionToolJS)
Public MethodSets a value indicating whether selection can be used only on image area. (Inherited from WebRectangularSelectionToolJS)
Public MethodSets the mouse button for zooming of selected image region in image viewer.
Public MethodSets the rectangle of interaction object. (Inherited from WebRectangularSelectionToolJS)
Public MethodReturns the string representation of this object. (Inherited from WebVisualToolJS)
See Also