<CGRect> ( x y w h -- rect )
Core Graphics types

Next:<CGPoint> ( x y -- CGPoint )


Vocabulary
core-graphics.types

Inputs
xa real
ya real
wa real
ha real


Outputs
rectan CGRect


Word description
Allocates a new CGRect in the Factor heap.

Definition