Next Previous Up Top Contents Index

6.6 DUIM-Graphics Module

end-path

Generic function

Summary

Ends the definition of the current path in the specified drawable object.

Signature

end-path drawable => ()

Arguments

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

Values

None.

Library

duim-graphics

Module

duim-graphics

Description

Ends the definition of the current path in drawable. Once the definition has been ended, the path can be rendered to the drawable using fill-path or stroke-path.

The function close-path can also be used to end the definition of a path.

See also

abort-path, page 404

close-path, page 407

start-path, page 445


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index