• Allegro

    Draws an filled ellipse

    Parameters

    • bitmap: undefined | BITMAP

      bitmap to be drawn to

    • x: number

      centre point x coordinates

    • y: number

      centre point y coordinates

    • rx: number

      radius in y direction

    • ry: number

      radius in x direction

    • colour: number

      colour in 0xAARRGGBB format

      1.14.20

    Returns void

    Remarks

    Draws an filled ellipse at specified centre point and radius. The ellipse is not filled

Generated using TypeDoc