AreaSelection.end

Syntax

end();

Description

The end method finishes rendering of selection frame.

Comments

The method returns True if rendering of selection frame is started, otherwise it returns False.

Rendering of selection frame is started by means of the AreaSelection.start method.

Example

The example of use is given on the page with description of the AreaSelection.start method.

See also:

AreaSelection