MapxBoxEventArgs.Create

Syntax

Create(

ToolNum: Integer;

X1: Double;

Y1: Double;

X2: Double;

Y2: Double;

Distance: Double;

Shift: Boolean;

Ctrl: Boolean;

EnableDefault: Boolean);

Parameters

ToolNum is a tool number.

X1 is a coordinate of X point in which the use of tool began.

Y1 is a coordinate of Y point in which the use of tool began.

X2 is a coordinate of X point in which the use of tool finished.

Y2 is a coordinate of Y point in which the use of tool finished.

Distance is a distance between the points in which the use of tool began and finished.

Shift is an indicator of pressing the Shift function key.

Ctrl is an indicator of pressing the CTRL function key.

EnableDefault -

Description

The Create designer creates argument of the event that occurs after the tool has been used on the map.

See also:

MapxBoxEventArgs