Method

GskPathMeasureget_length

since: 4.14

Declaration [src]

float
gsk_path_measure_get_length (
  GskPathMeasure* self
)

Description [src]

Gets the length of the path being measured.

The length is cached, so this function does not do any work.

Available since: 4.14

Return value

Type: float

The length of the path measured by self.