Handbook
Glossary
cairo_rectangle ( cr x y width height -- )
Vocabulary
cairo
.
ffi
Inputs
cr
an
object
x
an
object
y
an
object
width
an
object
height
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
cairo.ffi
LIBRARY:
cairo
FUNCTION:
void
cairo_rectangle
( cairo_t* cr,
double
x,
double
y,
double
width,
double
height )