有可能为像图象-目标这样的地图绘制一个比图。
this.graphics.beginBitmapFill(bitmapData, matrix, false);
this.graphics.drawRect(0, 0, w, h);
this.graphics.endFill();
with an offset?
A simple moveTo(x, y)
call before beginBitmapFill does not work :/
Neither does changing the x and y value of drawRect... (That just seems to have the same effect as an translation with the matrix...)
Additionally I don t want do draw that thing in a separate Graphics-Object and add that one into the other...
任何cl?