Handbook
Glossary
cairo_surface_set_device_offset ( surface x_offset y_offset -- )
Vocabulary
cairo
.
ffi
Inputs
surface
an
object
x_offset
an
object
y_offset
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
cairo.ffi
LIBRARY:
cairo
FUNCTION:
void
cairo_surface_set_device_offset
( cairo_surface_t* surface,
double
x_offset,
double
y_offset
)