Method
GskPathPointget_distance
since: 4.14
Declaration [src]
float
gsk_path_point_get_distance (
  const GskPathPoint* point,
  GskPathMeasure* measure
)
Description [src]
Returns the distance from the beginning of the path
to point.
Available since: 4.14
Parameters
- measure
- 
            Type: GskPathMeasureA GskPathMeasurefor the path.The data is owned by the caller of the method.