mirror of
https://github.com/Artemis-RGB/Artemis
synced 2026-01-02 10:43:31 +00:00
Updated Drawing (markdown)
parent
1f5f70e6cb
commit
c14c48c34b
12
Drawing.md
12
Drawing.md
@ -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:
|
||||||
|

|
||||||
|
|
||||||
---
|
---
|
||||||
### 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:
|
||||||
|

|
||||||
|
|
||||||
---
|
---
|
||||||
### 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:
|
||||||
|

|
||||||
|
|
||||||
---
|
---
|
||||||
### 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:
|
||||||
|

|
||||||
Loading…
x
Reference in New Issue
Block a user