left | 以像素为单位指定 (父层的显示坐标 ) 左端位置。 此值可通过 Layer.left 属性取得或设置。 |
top | 以像素为单位指定 (父层的显示坐标 ) 上端位置。 此值可通过Layer.top 属性取得或设置。 |
width | 以像素为单位指定层的宽度。 此值可通过Layer.width 属性取得或设置。 省略此参数与height参数则只会根据left参数与top参数变更位置。 |
height | 以像素为单位指定层的高度。 此值可通过Layer.height 属性取得或设置。 省略此参数与width参数则只会根据left参数与top参数变更位置。 |