Difference between revisions of "gc:drawArc"
Jump to navigation
Jump to search
(Created page with "'''{{PAGENAME}}''' is a function that is part of INSERT_CATEGORY_HERE. {{Since|3.0}} == Syntax == '''functionName'''(arg1, arg2, arg3 [,arg4...") |
|||
| Line 1: | Line 1: | ||
| − | ''' | + | gc:'''drawArc''' is a function that is part of [[:Category:gc|gc]] (Graphics Context). |
{{Since|3.0}} | {{Since|3.0}} | ||
== Syntax == | == Syntax == | ||
| − | ''' | + | '''drawArc'''(arg1, arg2, arg3 [,arg4]) |
{| class="wikitable" | {| class="wikitable" | ||
| Line 23: | Line 23: | ||
<br /><br /> | <br /><br /> | ||
| − | [[Category: | + | [[Category:gc]] |
Revision as of 19:00, 24 May 2011
gc:drawArc is a function that is part of gc (Graphics Context). This has been introduced in TI-Nspire OS 3.0 (Changes).
Syntax
drawArc(arg1, arg2, arg3 [,arg4])
| Parameter | Type | Description |
|---|---|---|
| arg1 | TypeOfArg1 | Description of arg1 |
| arg2 | TypeOfArg2 | Description of arg2 |
| arg3 | TypeOfArg3 | Description of arg3 |
| arg4 | TypeOfArg4 | Description of arg4 |
Example