Efl.Gfx.Path.append_close

Description

Closes the current subpath by drawing a line to the beginning of the subpath, automatically starting a new path. The current point of the new path is (0, 0).

If the subpath does not contain any points, this function does nothing.

Signature

append_close {}

C signature

void efl_gfx_path_append_close(Eo *obj);

Implemented by