Function stretch_blit

  • Allegro

    Scaled blit

    Parameters

    • source: undefined | BITMAP

      source bitmap

    • dest: undefined | BITMAP

      destination bitmap

    • source_x: number

      source origin x

    • source_y: number

      source origin y

    • source_width: number

      source width

    • source_height: number

      source height

    • dest_x: number

      destination origin x

    • dest_y: number

      destination origin y

    • dest_width: number

      destination width

    • dest_height: number

      destination height

      1.15.2

    Returns void

    Remarks

    Draws a scaled chunk of an image on a bitmap. It's not slower.

Generated using TypeDoc