Raptor-Dev-Display-Drawing-Functions: Difference between revisions
No edit summary |
No edit summary |
||
Line 67: | Line 67: | ||
|- | |- | ||
! <h5>[[Raptor:Display Image Reference|Image Reference]]</h5> | ! <h5>[[Raptor:Display Image Reference|Image Reference]]</h5> | ||
| <p>This block outputs an image reference which can be used with the Draw Image or | | <p>This block outputs an image reference which can be used with the [[Raptor:Display Draw Image|Draw Image]] or [[Raptor:Display Button Bar Setup Button|Button Bar Setup Button]] blocks.</p> | ||
| [[file:RaptorDisplayImageReference.png|frameless|border|Image Reference block|center]] | | [[file:RaptorDisplayImageReference.png|frameless|border|Image Reference block|center]] | ||
|} | |} |
Revision as of 19:55, 3 July 2014
Return to the main Raptor page
Return to Display Libraries page
The Drawing Functions blocks...
Blocks
Block | Description | Appearance |
---|---|---|
Clear Screen |
This block clears both layers of the screen. |
|
Draw Arc |
This block draws an arc on the screen. |
|
Draw Circle |
This block draws a circle on the screen. |
|
Draw Image |
This block draws an image in the screen. |
|
Draw Line |
This block draws a line on the screen. |
|
Draw Polygon |
This block draws a polygon on the screen. The points of the polygon are in X,Y pairs. |
|
Draw Rectangle |
This block draws a rectangle on the screen. |
|
Draw Text |
This block draws text on the screen. |
|
Element |
This block automatically clears the portions of the screen drawn by the blocks in its FnCall output during the previous time step. It can be used in the draw foreground function to avoid the need to explicitely clear the screen. This block has some specific settings requirements for the model. Please see the help for more information. Copyright New Eagle 2014 This is my additional description text. |
|
Fill Circle |
This block draws a filled circle on the screen. |
|
Fill Ellipse |
This block draws a filled ellipse on the screen. |
|
Fill Polygon |
This block draws a filled polygon on the screen. |
|
Fill Rectangle |
This block draws a filled rectangle on the screen. |
|
Image Reference |
This block outputs an image reference which can be used with the Draw Image or Button Bar Setup Button blocks. |