html JavaScript html5 easeljs bitmap 图片宽高设置
html JavaScript html5 easeljs bitmap 图片宽高设置
日期:2022-02-13 23:37:23 人气:1
中文API没有,自己去官网看英文的吧,英文也不难看懂。
设置宽高用scaleX,scaleY属性。
==================================
img.getBounds();获取img的外界矩形,相对于img的本地坐标(不是img的父容器坐标,这点和flash中不一样)。
img.setbounds(0,0,100,100);4个参数分别是