Especially - API Documentation


int ES_drawellipse

( float origin_x, float origin_y, float size_x,
  float size_y, float width, bool filled,
  bool specialfunc, float color_red,
  float color_green, float color_blue )

A global function.

Documentation

A global function. Draws an empty or filled ellipse.

Parameters:
origin_x - [float] x-position of the center of the ellipse
origin_y - [float] y-position of the center of the ellipse
size_x - [float] width from center to farthest point along the x-axis
size_y - [float] height from center to farthest point along the y-axis
width - [float] size of the stroke
filled - [bool] filled or empty
specialfunc - [bool] activates rotating and zooming for this object only
color_red - [float] color, value from 0-255
color_green - [float] color, value from 0-255
color_blue - [float] color, value from 0-255
Returns:
true or false
See Also:
ES_drawbox, ES_drawtriangle, ES_drawmass

Alphabetic index



This page was generated with the help of DOC++.