Draw circle

From Bennu Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


Definition

INT draw_circle ( <INT x> , <INT y> , <INT radius> )

Draws a non-filled circle with center (x0,y0) and radius radius.

Parameters

INT x - The x coordinate of one center of the non-filled circle.
INT y - The y coordinate of one center of the non-filled circle.
INT radius - The radius of the non-filled circle.

Returns

INT : DrawID

-1 - Error.
1 - If drawn after drawing_map().
!-1&&!1 - The DrawID of the drawing created.


Drawing Functions
Delete_draw()Draw_box()Draw_circle()Draw_curve()Draw_fcircle()Draw_line()Draw_rect()Drawing_alpha()Drawing_color()Drawing_map()Drawing_stipple()Drawing_z()Move_draw()