get_MouseClickCount Method
Gets the count of mouse clicks in series of clicks.
var instance = new Vintasoft.Imaging.UI.VisualTools.WebVisualToolJS();
var value; // Type: number
value = instance.get_MouseClickCount();
function get_MouseClickCount() : number;
Return Value
Count of mouse clicks in series of clicks.