Difference between revisions of "Path2D.new"

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

Latest revision as of 15:32, 13 July 2023