Package: graphene

Accessor graphene:rect-origin

Lambda List

graphene:rect-origin (rect)

Syntax

(graphene:rect-origin rect) => origin
(setf (graphene:rect-origin rect) origin)

Arguments

rect -- a graphene:rect-t instance
origin -- a graphene:point-t instance for the origin of the rectangle

Details

The accessor for the origin slot of the graphene:rect-t structure gets or sets the coordinates for the origin of the rectangle.
 

See also

2025-08-09