Skip to content

draw_ellipse

CryoEagle edited this page Jan 13, 2019 · 1 revision

draw_ellipse

Draw ellipse with specified options

Syntax:

draw_ellipse(pos, exct, theta)
Argument Description
Vector2 pos Position
Vector2 exct Description
float theta Theta of ellipse

Returns: void

Description:

This function will draw specified ellipse in game.

Example:

draw_ellipse(Position, new Vector2(Position.X+20,Position.Y+50), 50);

Above code will draw ellipse.

Back to Shapes

Clone this wiki locally