Interface BitmapDetail

Received in a detail property of a "bitmap" CustomEvent.

Hierarchy

  • BitmapDetail

Properties

Properties

bitmap: ImageBitmap

A fragment of the original bitmap.

height: number

Original bitmap height.

width: number

Original bitmap width.

x: number

Left pixel offset of this fragment in the original bitmap.

y: number

Top pixel offset of this fragment in the original bitmap.