Handbook
Glossary
set-CGRect-y ( y CGRect -- )
Vocabulary
core-graphics
.
types
Inputs
y
an
object
CGRect
an
object
Outputs
None
Definition
USING:
accessors
;
IN:
core-graphics.types
:
set-CGRect-y
( y CGRect -- )
origin>>
y<<
;
inline