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)
|
[Cairo ] a Cairo |
|
[CairoOperator ] a compositing operator, specified as a CairoOperator |
XXX: I'd also like to direct the reader's attention to some (not-yet-written) section on cairo's imaging model. How would I do that if such a section existed? (cworth).
Derived by RGtkGen from GTK+ documentation