dpi property
The DPI (dots per inch) of the tiles.
Implementation
int get dpi {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_TileInfo_getDPI(_handle, errorHandler);
});
}
The DPI (dots per inch) of the tiles.
int get dpi {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_TileInfo_getDPI(_handle, errorHandler);
});
}