Difference between revisions of "Shape:endPath"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Ends the current path and draws the geometry by using the specified line and fill styles. <br /...") |
|||
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
Ends the current path and draws the geometry by using the specified line and fill styles. <br /> | Ends the current path and draws the geometry by using the specified line and fill styles. <br /> | ||
− | <br /> | + | <br /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
Shape:endPath() | Shape:endPath() | ||
</source> | </source> |
Revision as of 13:38, 23 August 2018
Available since: Gideros 2011.6
Description
Ends the current path and draws the geometry by using the specified line and fill styles.
Shape:endPath()