Bitmap.Bitmap

機能/意味
Construct Bitmap object
タイプ
Bitmapクラスのコンストラクタ
構文
Bitmap(width, height, bpp=32)
引数
width  Specify the width of the image.
height  Specify the height of the image.
bpp  Specifies the number of bits for each pixel in the image.
Specify either 32 or 8.
戻り値
なし (void)
説明
 Constructs a Bitmap class object with the specified size.