LispWorks CAPI Reference Manual > 1 CAPI Reference Entries

NextPrevUpTopContentsIndex

line-pinboard-object-coordinates

Function
Summary

Returns the coordinates of a line-pinboard-object.

Package

capi

Signature

line-pinboard-object-coordinates object => start-x , start-y , end-x , end-y

Arguments

object

A line-pinboard-object.

Values

start-x

An integer.

start-y

An integer.

end-x

An integer.

end-y

An integer.

Description

The function line-pinboard-object-coordinates returns the start and end coordinates of the line-pinboard-object object .

See also

move-line


LispWorks CAPI Reference Manual - 21 Dec 2009

NextPrevUpTopContentsIndex