Bitmap graphics made with painting packages consist of many tiny dots called pixels. It is possible to edit each individual pixel. Since the computer has to store information about every single pixel ...
技術評論社より発売された拙著 『ActionScript 3.0パフォーマンスチューニング』 から、 ActionScript 3. 0の最適化の仕方をご紹介する特別編の3回目は、 ふたつのお題を採上げる。第1は、 アニメーションを滑らかに再生するためのビットマップイメージの扱いだ。
Bitmap = new Bitmap(canvasWidth, canvasHeight); Bitmap.SetResolution(this.dpi, this.dpi); Graphics = Graphics.FromImage(Bitmap); Graphics.Clear(Color.White); We then Draw multiple items using the ...
一部の結果でアクセス不可の可能性があるため、非表示になっています。
アクセス不可の結果を表示する