Skip to main content

CommonTakePhoto

Callable

  • CommonTakePhoto(Left: number, Top: number, Width: number, Height: number): void

  • Take a screenshot of specified area in "photo mode" and open the image in a new tab


    Parameters

    • Left: number

      Position of the area to capture from the left of the canvas

    • Top: number

      Position of the area to capture from the top of the canvas

    • Width: number

      Width of the area to capture

    • Height: number

      Height of the area to capture

    Returns void

    • Nothing