Tanks Uber. Its tips had been very good. I solved the problem using:
<mx:Resize id="expand" widthTo="300" heightTo="250" widthFrom="10"
heightFrom="10"/>
<mx:Image id="img" source="{dgProdutos.selectedItem.imagem}" x="10" y="10"
resizeEffect="expand"/>
Best Regards
Raphael

