PathMeasure.with_tolerance
Description:
[ CCode ( has_construct_function = false ) ]
public PathMeasure.with_tolerance (Path path, float tolerance)
public PathMeasure.with_tolerance (Path path, float tolerance)
Creates a measure object for the given path
and tolerance
.
Parameters:
path |
the path to measure |
tolerance |
the tolerance for measuring operations |
Returns:
a new `GskPathMeasure` representing |