Create(
ToolNum: Integer;
X1: Double;
Y1: Double;
X2: Double;
Y2: Double;
Distance: Double;
Shift: Boolean;
Ctrl: Boolean;
EnableDefault: Boolean);
ToolNum - tool number.
X1 - coordinate of X point, in which the use of tool began.
Y1 - coordinate of Y point, in which the use of tool began.
X2 - coordinate of X point, in which the use of tool finished.
Y2 - coordinate of Y point, in which the use of tool finished.
Distance - distance between the points, in which the use of tool began and finished.
Shift - indicator of pressing the SHIFT function key.
Ctrl - indicator of pressing the CTRL function key.
EnableDefault -
The Create constructor creates an argument of the event that occurs after the tool has been used on the map.
See also: