PathMeasure

constructor(path: Path)(source)

Creates a measure object for the given @path with the default tolerance.

Return

a new GskPathMeasure representing @path

Since

4.14

Parameters

path

the path to measure


constructor(path: Path, tolerance: <Error class: unknown class>)(source)

Creates a measure object for the given @path and @tolerance.

Return

a new GskPathMeasure representing @path

Since

4.14

Parameters

path

the path to measure

tolerance

the tolerance for measuring operations


constructor(gskPathMeasurePointer: <Error class: unknown class><<Error class: unknown class>>)(source)