Raptor:Display Draw Arc: Difference between revisions
Jump to navigation
Jump to search
(Created page with 'Return to the main Raptor page Return to Drawing Functions page [[File:RaptorDisplayDrawArc.jpg|right|frame|Raptor™ Displa…') |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
[[Raptor:Display Drawing Functions|Return to Drawing Functions page]] | [[Raptor:Display Drawing Functions|Return to Drawing Functions page]] | ||
[[File:RaptorDisplayDrawArc. | [[File:RaptorDisplayDrawArc.png|right|frame|Raptor™ Display Draw Arc]] | ||
== Description == | == Description == | ||
<p>This block | <p>This block draws an arc on the screen.</p> | ||
== Inputs == | == Inputs == | ||
Line 91: | Line 91: | ||
| Indicates whether the previous and next ports are shown. | | Indicates whether the previous and next ports are shown. | ||
|} | |} | ||
Latest revision as of 13:22, 7 July 2014
Return to the main Raptor page
Return to Drawing Functions page
Description
This block draws an arc on the screen.
Inputs
Input | Type | Description |
---|---|---|
Previous | boolean | Optional port used for enforcing the execution order of blocks. |
xcenter | int32 | X position of center. |
ycenter | int32 | Y position of center. |
radius | uint32 | Radius of the arc. |
startAngle | single | Start angle of the arc. |
stopAngle | single | End angle of the arc. |
Color | uint16 | Optional port to specify color of arc. |
Opacity | uint32 | Optional port to specify opacity of arc. |
Outputs
Output | Type | Description |
---|---|---|
Next | boolean | Optional port used for enforcing the execution order of blocks. |
Parameters
Parameter | Type | Description |
---|---|---|
Color From Port | Specify drawing color and opacity from input port on block. | |
Color | Drawing color in hex. | |
Select Color | This button opens the color chooser tool. | |
Line Width | Number | The width of the line being drawn. |
Layer | Indicates which layer to draw on. | |
Show Prev/Next Ports | Indicates whether the previous and next ports are shown. |