Function create_sub_bitmap

  • Allegro

    Creates a sub bitmap

    Parameters

    • parent: undefined | BITMAP

      BITMAP object to create sub bitmap from

    • x: number

      leftmost bound to create bitmap from

    • y: number

      topmost bound to create bitmap from

    • width: number

      bitmap width

    • height: number

      bitmap height

    Returns BITMAP | null

    bitmap object

    1.10.6

    Remarks

    Creates a sub bitmap object from an existing bitmap.

Generated using TypeDoc