Gets the length of the path being measured.
The length is cached, so this function does not do any work.
the length of the path measured by self
Gets the point at the given distance into the path.
An empty path has no points, so false is returned in that case.
the distance
true if result was set
Returns the tolerance that the measure was created with.
the tolerance of self
Increases the reference count of a Gsk.PathMeasure by one.
the passed in Gsk.PathMeasure.
Decreases the reference count of a Gsk.PathMeasure by one.
If the resulting reference count is zero, frees the object.
StaticnewStaticnew_
Performs measurements on paths such as determining the length of the path.
Many measuring operations require sampling the path length at intermediate points. Therefore, a Gsk.PathMeasure has a tolerance that determines what precision is required for such approximations.
A Gsk.PathMeasure struct is a reference counted struct and should be treated as opaque.
Since
4.14