Layer.setImageSize

機能/意味
Setting the layer image size
タイプ
Layerクラスのメソッド
構文
setImageSize(width, height)
引数
width  Specifies the width of the layer image in pixels.
 This value can also be obtained and set using the Layer.imageWidth property.
height  Specifies the height of the layer image in pixels.
 This value can also be obtained and set using the Layer.imageHeight property.
戻り値
なし (void)
説明
 Specify the layer image size.
 When the size is increased, the display size of the layer is not changed, but when the size is reduced, the display size of the layer is also reduced.