Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BitmapMeasurements

Describes the size and resolution of a Bitmap.

Hierarchy

  • BitmapMeasurements

Index

Properties

dpiX

dpiX: number

The horizontal resolution of the image.

dpiY

dpiY: number

The vertical resolution of the image.

height

height: number

The height of the image in millimeters.

pixelHeight

pixelHeight: number

The height of the image in pixels.

pixelWidth

pixelWidth: number

The width of the image in pixels.

width

width: number

The width of the image in millimeters.

Generated using TypeDoc