_GDIPlus_Startup () $hBitmap = _GDIPlus_BitmapCreateFromFile ("DataIMG.JPG") $hClone = _GDIPlus_BitmapCloneArea($hBitmap, 0, 0, 800, 600, $GDIP_PXF64PARGB) $hGraphic = _GDIPlus_GraphicsCreateFromHWND ($pic) ;~ $MAP2 = _GDIPlus_GraphicsDrawImage($hGraphic, $hClone, 0, 0) ;~ _GDIPlus_ShutDown () $hMatrix = _GDIPlus_MatrixCreate() _GDIPlus_MatrixScale($hMatrix, 1.5, 1.5) _GDIPlus_GraphicsSetTransform($hGraphic, $hMatrix) $MAP2 = _GDIPlus_GraphicsDrawImageRect($hGraphic, $hClone, 0, 0, 800, 600)