VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebHighlightToolJS type
In This Topic
WebHighlightToolJS Class Methods
In This Topic
For a list of all methods of this type, see WebHighlightToolJS.
Methods
 NameDescription
Public MethodAdds the image regions that should be highlighted in the image viewer
Public MethodClears all highlighted image regions from the highlight tool.
Public MethodFinds the highlighted image region located at the specified coordinates.
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 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 the name of visual tool. (Inherited from WebVisualToolJS)
Public MethodGets the highlighted image region which is selected in the image viewer.
Public MethodGets a color of brush that should be used for filling the highlighted image region in the image viewer.
Public MethodGets a color of pen that should be used for drawing the outline of the highlighted image region in the image viewer.
Public MethodGets the drawing box of visual tool.
Public MethodRemoves the highlighted image region from the highlight tool.
Public MethodResets the visual tool.
Public MethodSelects the specified image region.
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 its action. (Inherited from WebVisualToolJS)
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 the highlighted image region that should be selected in the image viewer.
Public MethodSets a color of brush that should be used for filling the highlighted image region in the image viewer.
Public MethodSets a color of pen that should be used for drawing the outline of the highlighted image region in the image viewer.
Public MethodReturns the string representation of this object. (Inherited from WebVisualToolJS)
See Also