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):
    ...
Parameter Type Description
pin_x float Specifies the x-coordinate of the shape’s pin (center of rotation) in relation to the page.
pin_y float Specifies the y-coordinate of the shape’s pin (center of rotation) in relation to the page.
width float Specifies the width of the shape
height float Specifies the height of the shape

See Also