doCancel method
void
doCancel()
Restore the Diagram#position to what it was when this tool activated.
Implementation
void doCancel() {
_i4.callMethod(
this,
'doCancel',
[],
);
}
Restore the Diagram#position to what it was when this tool activated.
void doCancel() {
_i4.callMethod(
this,
'doCancel',
[],
);
}