Difference between revisions of "gc:drawArc"
Jump to navigation
Jump to search
m (Text replace - "| <u>" to "| <u><center>") |
|||
Line 9: | Line 9: | ||
! Parameter !! Type !! Description | ! Parameter !! Type !! Description | ||
|- | |- | ||
− | | <u>arg1</u> || TypeOfArg1 || Description of arg1 | + | | <u><center>arg1</u> || TypeOfArg1 || Description of arg1 |
|- | |- | ||
− | | <u>arg2</u> || TypeOfArg2 || Description of arg2 | + | | <u><center>arg2</u> || TypeOfArg2 || Description of arg2 |
|- | |- | ||
− | | <u>arg3</u> || TypeOfArg3 || Description of arg3 | + | | <u><center>arg3</u> || TypeOfArg3 || Description of arg3 |
|- | |- | ||
− | | <u>arg4</u> || TypeOfArg4 || Description of arg4 | + | | <u><center>arg4</u> || TypeOfArg4 || Description of arg4 |
|} | |} | ||
Revision as of 23:40, 30 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 |
---|---|---|
TypeOfArg1 | Description of arg1 | |
TypeOfArg2 | Description of arg2 | |
TypeOfArg3 | Description of arg3 | |
TypeOfArg4 | Description of arg4 |
Example