# Bitmap drawing tool?

**URL:** https://forum.kirupa.com/t/bitmap-drawing-tool/164902
**Category:** flash
**Created:** [October 5, 2005, 9:42pm UTC](https://forum.kirupa.com/t/bitmap-drawing-tool/164902 "2005-10-05T21:42:39Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![df0notfound](https://avatars.discourse-cdn.com/v4/letter/d/8c91f0/32.png) [@df0notfound](https://forum.kirupa.com/u/df0notfound)
#### Post date: [October 5, 2005, 9:42pm UTC](https://forum.kirupa.com/t/bitmap-drawing-tool/164902/1 "2005-10-05T21:42:39Z")

</div>

Anyone know the best way in Flash 8 to draw to bitmap surface when the user draws with the mouse, I want a chunky aliased circle, for example in Processing you would do:  
strokeWeight(8);  
line(mouseX, mouseY, pmouseX, pmouseY);

So is the best way in flash using some sort of set or copy pixels method or is it drawing a vector line and then adding it to the bitmap canvas.
