# Bitmap width change not reflected in bitmapData?

**URL:** https://forum.kirupa.com/t/bitmap-width-change-not-reflected-in-bitmapdata/305013
**Category:** flash
**Created:** [February 18, 2010, 1:10am UTC](https://forum.kirupa.com/t/bitmap-width-change-not-reflected-in-bitmapdata/305013 "2010-02-18T01:10:18Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![AlexWD](https://avatars.discourse-cdn.com/v4/letter/a/838e76/32.png) [@AlexWD](https://forum.kirupa.com/u/AlexWD)
#### Post date: [February 18, 2010, 1:10am UTC](https://forum.kirupa.com/t/bitmap-width-change-not-reflected-in-bitmapdata/305013/1 "2010-02-18T01:10:18Z")

</div>

I have a small bitmap, and it’s one that’s going to be scaled to be much larger then added to another bitmap. So I have the bitmap and I changed to width to make it larger, then when I use copyPixels to place this bitmap onto the main bitmap the image added is the original bitmap, not with the width changed. How can I make it reflect the changes?
