1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2026-01-02 10:43:31 +00:00

Updated Drawing (markdown)

Robert Beekman 2016-11-03 20:27:39 +01:00
parent 1f5f70e6cb
commit c14c48c34b

@ -36,7 +36,8 @@ end
Events.ProfileDrawing.add(drawHandler); Events.ProfileDrawing.add(drawHandler);
``` ```
#### Result: #### Result:
Pretent there's an image here.. Drawing the ellipse would look like this:
![Ellipse](http://i.imgur.com/w2qxZpY.png "Ellipse")
--- ---
### DrawLine ### DrawLine
@ -67,7 +68,8 @@ end
Events.ProfileDrawing.add(drawHandler); Events.ProfileDrawing.add(drawHandler);
``` ```
#### Result: #### Result:
Pretent there's an image here.. Drawing the line would look like this:
![Line](http://i.imgur.com/H7Z1MgX.png "Line")
--- ---
### DrawRectangle ### DrawRectangle
@ -98,7 +100,8 @@ end
Events.ProfileDrawing.add(drawHandler); Events.ProfileDrawing.add(drawHandler);
``` ```
#### Result: #### Result:
Pretent there's an image here.. Drawing the rectabgle would look like this:
![Rectangle](http://i.imgur.com/NDT1lD2.png "Rectangle")
--- ---
### DrawText ### DrawText
@ -132,4 +135,5 @@ end
Events.ProfileDrawing.add(drawHandler); Events.ProfileDrawing.add(drawHandler);
``` ```
#### Result: #### Result:
Pretent there's an image here.. Drawing the text would look like this:
![Text](http://i.imgur.com/qUJT6uS.png "Text")