Function add_clip_rect

  • Allegro

    Add clip rect

    Parameters

    • bitmap: undefined | BITMAP

      BITMAP to add clipping

    • x1: number

      left bound

    • y1: number

      top bound

    • x2: number

      right bound

    • y2: number

      bottom bound

      1.10.27

    Returns void

    Remarks

    Sets the clipping rectangle of the specified bitmap as the intersection of its current clipping rectangle and the rectangle described by the four coordinates.

    Currently just sets it

Generated using TypeDoc