doActivate method

void doActivate()

Capture the mouse, change the diagram cursor to "move", and remember the Diagram#position.

Implementation

void doActivate() {
  _i4.callMethod(
    this,
    'doActivate',
    [],
  );
}