Bitmap.Bitmap
機能/意味
Construct Bitmap object
タイプ
Bitmapクラス
のコンストラクタ
構文
Bitmap(
filename
,
colorkey
=
clNone
)
引数
filename
Specify the image file name.
colorkey
Specify the color key.
Values are the same as
Layer.loadImages
.
戻り値
なし (void)
説明
Constructs a Bitmap class object from a file.