Changes

Jump to navigation Jump to search

gc:drawArc

32 bytes added, 11:36, 13 February 2019
m
Made sure this looks the same as gc:fillArc, which had some places with more enters. And added a See Also to gc:fillArc
Line 6: Line 6:  
Draws an arc in the rectangle with upper left corner (x,y) and pixel ''width'' and ''height''. The arc is drawn beginning at ''startAngle'' degrees and turns over ''turnAngle'' degrees.<br />
 
Draws an arc in the rectangle with upper left corner (x,y) and pixel ''width'' and ''height''. The arc is drawn beginning at ''startAngle'' degrees and turns over ''turnAngle'' degrees.<br />
 
Zero degrees points to the right and 90 degrees points up (standard mathematical practice but worth mentioning since the y axis is inverted).     
 
Zero degrees points to the right and 90 degrees points up (standard mathematical practice but worth mentioning since the y axis is inverted).     
 +
    
{{Since|3.0}}
 
{{Since|3.0}}
Line 50: Line 51:     
Any number over 360 set for ''turnAngle'' will have no influence. All numbers higher than 360 will result in a circle.
 
Any number over 360 set for ''turnAngle'' will have no influence. All numbers higher than 360 will result in a circle.
 +
 +
== See Also ==
 +
[[gc:fillArc]]
    
<br /><br />
 
<br /><br />
    
[[Category:gc]]
 
[[Category:gc]]
10

edits

Navigation menu