Package: cairo
Function cairo:in-stroke
Lambda Listcairo:in-stroke (cr x y) ArgumentsReturn ValueTrue if the point is inside, or false if outside. Details
Tests whether the given point is inside the area that would be affected by a cairo:stroke operation given the current path and stroking
parameters.
Surface dimensions and clipping are not taken into account. See the cairo:stroke, cairo:line-width, cairo:line-join, cairo:line-cap, cairo:dash, and cairo:stroke-preserve functions. Notes | See also |
#2025-1-2