Handbook
Glossary
CGRect
Vocabulary
core-graphics
.
types
Definition
USING:
classes.struct
;
IN:
core-graphics.types
STRUCT:
CGRect
{
origin
CGPoint
initial:
S{
CGPoint
{
x 0.0
}
{
y 0.0
}
}
}
{
size
CGSize
initial:
S{
CGSize
{
w 0.0
}
{
h 0.0
}
}
}
;
Methods
USING:
classes.struct
classes.struct.private
core-graphics.types
kernel
;
M:
CGRect
clone
clone-underlying
\
CGRect
memory>struct
;
inline
USING:
accessors
classes.struct
combinators.smart
core-graphics.types
;
M:
CGRect
struct-slot-values
{
[
origin>>
]
[
size>>
]
}
cleave>array
;
inline