Bitmap.setSize

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