Function create_system_bitmap

  • Allegro

    Creates empty system bitmap

    Parameters

    • width: number

      bitmap width

    • height: number

      bitmap height

    Returns BITMAP

    bitmap object

    1.10.8

    Remarks

    Creates a bitmap object of given dimensions and returns it. This just maps to create_bitmap since.

Generated using TypeDoc