mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Updated Drawing (markdown)
parent
1f5f70e6cb
commit
c14c48c34b
12
Drawing.md
12
Drawing.md
@ -36,7 +36,8 @@ end
|
||||
Events.ProfileDrawing.add(drawHandler);
|
||||
```
|
||||
#### Result:
|
||||
Pretent there's an image here..
|
||||
Drawing the ellipse would look like this:
|
||||

|
||||
|
||||
---
|
||||
### DrawLine
|
||||
@ -67,7 +68,8 @@ end
|
||||
Events.ProfileDrawing.add(drawHandler);
|
||||
```
|
||||
#### Result:
|
||||
Pretent there's an image here..
|
||||
Drawing the line would look like this:
|
||||

|
||||
|
||||
---
|
||||
### DrawRectangle
|
||||
@ -98,7 +100,8 @@ end
|
||||
Events.ProfileDrawing.add(drawHandler);
|
||||
```
|
||||
#### Result:
|
||||
Pretent there's an image here..
|
||||
Drawing the rectabgle would look like this:
|
||||

|
||||
|
||||
---
|
||||
### DrawText
|
||||
@ -132,4 +135,5 @@ end
|
||||
Events.ProfileDrawing.add(drawHandler);
|
||||
```
|
||||
#### Result:
|
||||
Pretent there's an image here..
|
||||
Drawing the text would look like this:
|
||||

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