GUI_markupdrawParams
When setting markup dimensions using either applyAngleLength, applyAngleLengthSelected, applyWidthHeight, or applyWidthHeightSelected method, this callback event will return the values applied to the markup object.
Callback Parameters
- lengthangle: An object with different properties depending on the markup object and the method used.
Example
RxCore.GUI_markupdrawParams.connect(function (lengthangle) {
console.log("length angle object", lengthangle);
});