Layer.setSize

機能/意味
Setting the layer display size
タイプ
Layerクラスのメソッド
構文
setSize(width, height)
引数
width  Specifies the width of the layer display in pixels.
 This value can also be obtained and set using the Layer.width property.
height  Specifies the height of the layer display in pixels.
 This value can also be obtained and set using the Layer.height property.
戻り値
なし (void)
説明
 Set the display size of the layer.