Next Previous Up Top Contents Index

6.6 DUIM-Graphics Module

start-path

Generic function

Summary

Starts a new path on the specified drawable object.

Signature

start-path drawable => ()

Arguments

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

Values

None.

Library

duim-graphics

Module

duim-graphics

Description

Starts a new path on drawable. The path can be created with any number of calls to line-to, curve-to and move-to. Its appearance can also be manipulated using fill-path and stroke-path.

After creating the path, use either close-path or end-path to finish the path, or abort-path to abandon it altogether.

See also

abort-path, page 404

close-path, page 407

end-path, page 438


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index