Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个班级大楼。它包含一个 _bitmap 对象,引用了一个可绘制对象。我可以在外部视图上绘制它,它的画布调用 myBuilding.getBitmap()。
现在我想在建筑物上绘制一些窗户,但我需要将它们“绑”到建筑物上,以便平移 myBuilding 的 x 和 y,窗户一起移动。
当我调用 myBuilding.getBitmap() 时,有没有办法在主位图(建筑物)上附加位图(窗口)以获得带有窗口的结果建筑物?
谢谢你。
我不知道您是如何绘制的(Canvas、OpenGL、AndEngine、CoCo 等),所以很难说。