Gets or sets the value of a particular drawing parameter in a pinboard-object.
The generic function pinboard-object-graphics-arg
returns or sets the value of the graphics state parameter
keyword
in
self
.
pinboard-object-graphics-arg
accesses the value in the
graphics-args
plist of the pinboard-object
self
, and (setf pinboard-object-graphics-arg)
sets the value in this plist. A call to (setf pinboard-object-graphics-args)
will overwrite anything set by previous calls to (setf pinboard-object-graphics-arg)
.
The graphics-args are used by built-in subclasses of pinboard-object.
See graphics-state for details of the drawing parameters.
CAPI User Guide and Reference Manual (Macintosh version) - 3 Aug 2017