Next Previous Up Top Contents Index

4.3 DUIM-DCs Module

brush-ts-x

Generic function

Summary

Returns the value of the x coordinate that is used to align the brush's tile or stipple pattern.

Signature

brush-ts-x brush => value

Arguments

brush
An instance of type <brush>.

Values

value
An instance of type false-or(<integer>).

Library

duim-dcs

Module

duim-dcs

Description

Returns the value of the x coordinate that is used to align the tile or stipple pattern of brush. If brush has no tile or stipple pattern, brush-ts-x returns #f.

See also

brush-ts-y, page 132.


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index