• Allegro Alpha

    Do 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

    • d: number
    • proc: ((bmp, x, y, d) => void)
        • (bmp, x, y, d): void
        • Parameters

          • bmp: BITMAP
          • x: number
          • y: number
          • d: number

          Returns void

    Returns void

    Remarks

    Not implemented

Generated using TypeDoc