Ellipse
To render an ellipse, use the following command syntax:
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 ellipseheight_multiplier
: The number that the width is multiplied by to get the heightdirection
: The direction that the ellipse is rotated
Last updated