# BitmapData.draw()

**URL:** https://forum.kirupa.com/t/bitmapdata-draw/253908
**Category:** Uncategorized
**Created:** [March 6, 2008, 11:39am UTC](https://forum.kirupa.com/t/bitmapdata-draw/253908 "2008-03-06T11:39:29Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Felixz](https://avatars.discourse-cdn.com/v4/letter/f/ecb155/32.png) [@Felixz](https://forum.kirupa.com/u/Felixz)
#### Post date: [March 6, 2008, 11:39am UTC](https://forum.kirupa.com/t/bitmapdata-draw/253908/1 "2008-03-06T11:39:29Z")

</div>

Is it possible to draw irregular piece of root for example a circle not square.  
If I have a BitmapData 50x50 and want to draw in it a circle (corners leave blank or transparent), what should I do?  
And one more question: how to replace whole BitmapData using draw() without creating new BitmapData object (when I want to draw transparent shapes they just add to existing BitmapData not replacing)
