Difference between revisions of "Shape"

From GiderosMobile
Line 22: Line 22:
 
| style="width: 50%;"|
 
| style="width: 50%;"|
 
=== Methods ===
 
=== Methods ===
[[Shape.new]] - creates a new Shape object<br/>
+
[[Shape.new]] {{<translate>creates a new Shape object</translate>}}<br/>
[[Shape:beginPath]] - resets the current path<br/>
+
[[Shape:beginPath]] {{<translate>resets the current path</translate>}}<br/>
[[Shape:clear]] - clears the graphics that were drawn to this Shape object, and resets fill and line style settings<br/>
+
[[Shape:clear]] {{<translate>clears the graphics that were drawn to this Shape object, and resets fill and line style settings</translate>}}<br/>
[[Shape:closePath]] - 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<br/>
+
[[Shape:closePath]] {{<translate>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</translate>}}<br/>
[[Shape:endPath]] - ends the current path and draws the geometry by using the specified line and fill styles<br/>
+
[[Shape:endPath]] {{<translate>ends the current path and draws the geometry by using the specified line and fill styles</translate>}}<br/>
[[Shape:lineTo]] - adds the given point to the current subpath, connected to the previous one by a straight line.<br/>
+
[[Shape:lineTo]] {{<translate>adds the given point to the current subpath, connected to the previous one by a straight line.</translate>}}<br/>
[[Shape:moveTo]] - creates a new subpath with the given point<br/>
+
[[Shape:moveTo]] {{<translate>creates a new subpath with the given point</translate>}}<br/>
[[Shape:setFillStyle]] - sets the fill style that Shape object uses for subsequent drawings<br/>
+
[[Shape:setFillStyle]] {{<translate>sets the fill style that Shape object uses for subsequent drawings</translate>}}<br/>
[[Shape:setLineStyle]] - sets the line style that Shape object uses for subsequent drawings<br/>
+
[[Shape:setLineStyle]] {{<translate>sets the line style that Shape object uses for subsequent drawings</translate>}}<br/>
 
| style="width: 50%;"|
 
| style="width: 50%;"|
 
=== Events ===
 
=== Events ===

Revision as of 15:19, 23 August 2018