The OpenD Programming Language

hitTestCurrStroke

Returns true if the given point is within the stroke of the currently defined path. This operation can be done before rasterizing the current path.

nothrow @trusted @nogc
bool
hitTestCurrStroke
(,
in float x
,
in float y
)

See Also

Meta