get_point


Description:

public bool get_point (float distance, out unowned PathPoint result)

Sets result to the point at the given distance into the path.

An empty path has no points, so `FALSE` is returned in that case.

Parameters:

this

a `GskPathMeasure`

distance

the distance

result

return location for the result

Returns:

`TRUE` if result was set