This function is intended to be used by subclasses of CanvasItemSimple.
It checks if the given point is in the current path, using the item's style settings.
this | |
x |
the x coordinate of the point. |
y |
the y coordinate of the point. |
cr |
a cairo context. |
pointer_events |
specifies which parts of the path to check. |
true if the given point is in the current path. |