cairoSetOperator {RGtk2}R Documentation

cairoSetOperator

Description

Sets the compositing operator to be used for all drawing operations. See CairoOperator for details on the semantics of each available compositing operator.

Usage

cairoSetOperator(cr, op)

Arguments

cr [Cairo] a Cairo
op [CairoOperator] a compositing operator, specified as a CairoOperator

Details

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).

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]