Next Previous Up Top Contents Index

6.6 DUIM-Graphics Module

fill-path

Generic function

Summary

Uses the current brush to fill the current path on the specified drawable object.

Signature

fill-path drawable => ()

Arguments

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

Values

None.

Library

duim-graphics

Module

duim-graphics

Description

Uses the current brush to fill the current path on drawable. If the path has not already been closed using close-path, it is closed automatically.

See also

stroke-path, page 446

close-path, page 407


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index