Handbook
Glossary
Core Graphics types
The Core Graphics binding defines some common C structs:
CGRect CGPoint CGSize
Some words for working with the above:
<CGRect>
( x y w h -- rect )
<CGPoint>
( x y -- CGPoint )
<CGSize>
( w h -- CGSize )