Skip to content

draw_point

Vašek edited this page Jan 20, 2019 · 2 revisions

draw_point

Draw single point

Syntax:

draw_point(posX, posY)
Argument Description
float posX X position
float posY Y position

Returns: void

Description:

This function draws single point.

Example:

draw_point(Position.X,Position.Y);

Above code will draw single point in object X,Y position.

Back to Shapes

Clone this wiki locally