gsk.path_measure.PathMeasure is an object that allows measurements on gsk.path.Paths such as determining the length of the path.
Many measuring operations require sampling the path length at intermediate points. Therefore, a gsk.path_measure.PathMeasure has a tolerance that determines what precision is required for such approximations.
A gsk.path_measure.PathMeasure struct is a reference counted struct and should be treated as opaque.
gsk.path_measure.PathMeasure is an object that allows measurements on gsk.path.Paths such as determining the length of the path.
Many measuring operations require sampling the path length at intermediate points. Therefore, a gsk.path_measure.PathMeasure has a tolerance that determines what precision is required for such approximations.
A gsk.path_measure.PathMeasure struct is a reference counted struct and should be treated as opaque.