Next Previous Up Top Contents Index

4.3 DUIM-DCs Module

brush-ts-y

Generic function

Summary

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

Library

duim-dcs

Module

duim-dcs

Signature

brush-ts-y brush => value

Arguments

brush
An instance of type <brush>.

Values

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

Description

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

See also

brush-ts-x, page 131.


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index