-
-
Notifications
You must be signed in to change notification settings - Fork 18
draw_point
Vašek edited this page Jan 20, 2019
·
2 revisions
Draw single point
draw_point(posX, posY)
Argument | Description |
---|---|
float posX |
X position |
float posY |
Y position |
Returns: void
This function draws single point.
draw_point(Position.X,Position.Y);
Above code will draw single point in object X,Y position.
Back to Shapes