cairoPatternSetFilter
Sets the filter to be used for resizing when using this pattern.
See CairoFilter
for details on each filter.
cairoPatternSetFilter(pattern, filter)
|
|
|
[ |
* 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:
cr$setSourceSurface(image, x, y) cr$getSource()$setFilter(CairoFilter["nearest"])
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.