All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

over-pinboard-object-p Generic Function

Summary

Tests whether a point lies within the boundary of a pinboard object.

Package

capi

Signature

over-pinboard-object-p pinboard-object x y

Arguments
pinboard-object
x, y
Reals.
Description

The generic function over-pinboard-object-p returns non-nil if the coordinates specified by x and y are within the boundary of pinboard-object. To find the actual object at this position, use pinboard-object-at-position.

The default method returns t if x and y are within the bounding area of the pinboard object. A method is supplied for line-pinboard-object and you may add methods for your own pinboard-object subclasses.

See also

pinboard-object-at-position
pinboard-object-overlap-p
pinboard-object
pinboard-layout


CAPI User Guide and Reference Manual (Windows version) - 01 Dec 2021 19:33:57