Next Previous Up Top Contents Index

6.6 DUIM-Graphics Module

stroke-path

Generic function

Summary

Uses the current pen to draw the current path on the specified drawable object.

Signature

stroke-path drawable => ()

Arguments

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

Values

None.

Library

duim-graphics

Module

duim-graphics

Description

Uses the current pen to draw the current path on drawable. Note that the path must not have been previously filled. This function does not close the path: you must use close-path if you wish to do this.

See also

close-path, page 407

fill-path, page 439

Library

duim-graphics

Module

duim-graphics

Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index