Offscreen.copyTo

機能/意味

Bitmapにコピー

タイプ
Offscreenクラスのメソッド
構文
copyTo(destBitmap:Bitmap, dleft:int, dtop:int, sleft:int, stop:int, width:int, height:int)
引数
destBitmap

格納先ビットマップ

dleft

コピー先左端

dtop

コピー先上端

sleft

コピー元左端

stop

コピー元上端

width

サイズ横幅

height

サイズ縦幅

戻り値
なし (void)
説明