In This Topic
Sets the mouse button for zooming of selected image region in image viewer.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebZoomSelectionToolJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebMouseButtonsEnumJS
returnValue = instance.set_ZoomButton(value);
function set_ZoomButton(
: WebMouseButtonsEnumJS
) : any;
Parameters
- value
- WebMouseButtonsEnumJS object. Default value is "Left".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also