Description Usage Arguments Details Author(s)
Sets the filter to be used for resizing when using this pattern.
See CairoFilter for details on each filter.
1 |
|
[ |
|
[ |
* Note that you might want to control filtering even when you do not
have an explicit CairoPattern object, (for example when using
cairoSetSourceSurface). In these cases, it is convenient to
use cairoGetSource to get access to the pattern that cairo
creates implicitly. For example:
1 2 | cr$setSourceSurface(image, x, y)
cr$getSource()$setFilter(CairoFilter["nearest"])
|
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.