tileWidth property
The width of each tile in pixels.
Implementation
int get tileWidth {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_TileInfo_getTileWidth(
_handle,
errorHandler,
);
});
}
The width of each tile in pixels.
int get tileWidth {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_TileInfo_getTileWidth(
_handle,
errorHandler,
);
});
}