edit_stroke_item


Description:

[ Version ( since = "2.10" ) ]
public bool edit_stroke_item (Item item)

Stroke the specified item

This procedure strokes the specified item, painting along its outline (e.g. along a path, or along a channel's boundary), with the active paint method and brush, or using a plain line with configurable properties.

This procedure is affected by the following context setters: context_set_opacity , context_set_paint_mode, context_set_paint_method, context_set_stroke_method, context_set_foreground, context_set_brush and all brush property settings, context_set_gradient and all gradient property settings, context_set_line_width and all line property settings, context_set_antialias.

Parameters:

this

The drawable to stroke to.

item

The item to stroke.

Returns:

TRUE on success.