MsgBox 0, "All ok here with Thumbnail ?: " +
GetImageThumbnail(hGpBitmap,150,150,1,0,0),%MB_ICONINFORMATION, "test tb_graphx"
MsgBox 0, "All ok here with DrawImage ?: " +
DrawImageRect(hGpBitmap,pImage, 0,0,100,100),%MB_ICONINFORMATION, "test tb_graphx"
MsgBox 0, "all ok with ImageRect+pThumbnail ?: " +
DrawImageRect(hGpBitmap, pThumbnail, 0, 0, nThumbnailWidth, nThumbnailHeight),%MB_ICONINFORMATION, "test tb_graphx"
lWidth1 =
ImageWidth(hGpBitmap1, 100)'nThumbnailWidth
lHeight1 = ImageHeight(hGpBitmap1,120 )'nThumbnailHeight
Bookmarks