Method Cairo.Context()->in_fill()
- Method
in_fill
 boolin_fill(float|intx,float|inty)- Description
 Tests whether the given point is inside the area that would be affected by a fill() operation given the current path and filling parameters. Surface dimensions and clipping are not taken into account.
- Parameter 
x X coordinate of the point to test
- Parameter 
y Y coordinate of the point to test
- Returns
 A non-zero value if the point is inside, or zero if outside.
- See also