2.0
3.0
>
comp
>
gb.cairo
>
cairopattern
>
filter
Previous
Next
Edit
Rename
Undo
Search
Administration
Documentation
Warning! This page is not translated.
See english version
CairoPattern.Filter (gb.cairo)
Property
Filter
As
Integer
Returns or sets the filter to be used for resizing when using this pattern.
This
property
can take one of the following values:
Cairo.FilterFast
Cairo.FilterGood
Cairo.FilterBest
Cairo.FilterNearest
Cairo.FilterBilinear
Cairo.FilterGaussian
Note that you might want to control filtering even when you do not have an explicit
CairoPattern
object
. In these cases, it is convenient to use
Cairo.Source
to get access to the pattern that cairo creates implicitly.
For example:
Cairo.Source.Filter = Cairo.FilterNearest