Ellipse

To render an ellipse, use the following command syntax:

ellipse x y width height_multiplier direction

Parameters:

  • x: The x-coordinate of the ellipse's center.

  • y: The y-coordinate of the ellipse's center.

  • width: The width in pixels of the ellipse

  • height_multiplier: The number that the width is multiplied by to get the height

  • direction: The direction that the ellipse is rotated

Last updated