cairoSetOperator {RGtk2} | R Documentation |
Sets the compositing operator to be used for all drawing
operations. See CairoOperator
for details on the semantics of
each available compositing operator.
cairoSetOperator(cr, op)
|
|
|
[ |
The default operator is CAIRO_OPERATOR_OVER
.
Derived by RGtkGen from GTK+ documentation