Next Previous Up Top Contents Index

6.6 DUIM-Graphics Module

abort-path

Generic function

Summary

Aborts the current path on the specified drawable object.

Signature

abort-path drawable => ()

Arguments

drawable
An instance of type type-union(<sheet>, <medium>).

Values

None.

Library

duim-graphics

Module

duim-graphics

Description

Aborts the current path on drawable. Any operations that have been performed since the last call to start-path are discarded.

See also

close-path, page 407

end-path, page 438

start-path, page 445


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index