dpi property

int dpi

The DPI (dots per inch) of the tiles.

Implementation

int get dpi {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_TileInfo_getDPI(
      _handle,
      errorHandler,
    );
  });
}