Difference between revisions of "Path2D.new"

From GiderosMobile
(removed language stuff)
m (Text replacement - "<source" to "<syntaxhighlight")
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Creates a Path2D object.
 
Creates a Path2D object.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
Path2D.new()
 
Path2D.new()
 
</source>
 
</source>
  
 
{{Path2D}}
 
{{Path2D}}

Revision as of 15:30, 13 July 2023

Available since: Gideros 2016.04
Class: Path2D

Description

Creates a Path2D object. <syntaxhighlight lang="lua"> Path2D.new() </source>