draw_ellipse method

draw_ellipse(pin_x, pin_y, width, height)

The process of drawing Ellipse.

Returns

def draw_ellipse(self, pin_x, pin_y, width, height):
    ...
ParameterTypeDescription
pin_xfloatSpecifies the x-coordinate of the shape’s pin (center of rotation) in relation to the page.
pin_yfloatSpecifies the y-coordinate of the shape’s pin (center of rotation) in relation to the page.
widthfloatSpecifies the width of the shape
heightfloatSpecifies the height of the shape

See Also