Context.getLineWidth

This function returns the current line width value exactly as set by cairo_set_line_width(). Note that the value is unchanged even if the CTM has changed between the calls to cairo_set_line_width() and cairo_get_line_width(). Since 1.0

class Context
double
getLineWidth
()

Return Value

Type: double

the current line width.

Meta