Difference between revisions of "Path2D.new"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''<translate>Available since</translate>:''' Gideros 2016.04<br/>
+
'''Available since:''' Gideros 2016.04<br/>
=== <translate>Description</translate> ===
+
'''Class:''' [[Path2D]]<br/>
<translate>Creates Path2D object</translate>
+
 
<source lang="lua">
+
=== Description ===
Path2D.new()
+
Creates a Path2D object.
</source>
+
<syntaxhighlight lang="lua">
 +
Path2D.new()
 +
</syntaxhighlight>
 +
 
 +
{{Path2D}}

Latest revision as of 15:32, 13 July 2023