Layer.setImagePos

機能/意味
Set layer image offset
タイプ
Layerクラスのメソッド
構文
setImagePos(left, top)
引数
left  Specify the left edge position (x offset) of the image to be displayed on the layer in pixels.
 This value can also be obtained and set using the Layer.imageLeft property.
top  Specify the top position (y offset) of the image to be displayed on the layer in pixels.
 This value can also be obtained and set using the Layer.imageTop property.
戻り値
なし (void)
説明
 Specify the layer image offset.
 The layer image size can be larger than the layer display size, but not all can be displayed, so the display offset is specified by this method and the Layer.imageLeft and Layer.imageTop properties.
 The offset can be 0 or a negative number.