Difference between revisions of "Shape:closePath"
From GiderosMobile
Line 10: | Line 10: | ||
Shape:closePath() | Shape:closePath() | ||
</source> | </source> | ||
+ | |||
+ | {{Shape}} |
Revision as of 23:40, 3 December 2019
Available since: Gideros 2011.6
Class: Shape
Description
Marks the current subpath as closed, and starts a new subpath with a point the same as the start and end of the newly closed subpath.
Shape:closePath()