cairoInFill {RGtk2.10} | R Documentation |
Tests whether the given point is inside the area that would be
filled by doing a cairoFill
operation on cr
given the current
path and filling parameters.
cairoInFill(cr, x, y)
|
[Cairo ] a cairo context |
|
[numeric] X coordinate of the point to test |
|
[numeric] Y coordinate of the point to test |
See cairoFill
, cairoSetFillRule
and cairoFillPreserve
.
[logical] A non-zero value if the point is inside, or zero if outside.
Derived by RGtkGen from GTK+ documentation