[Gambas-user] Issue 202 in gambas: How use hImage.Resize
gambas at ...2524...
gambas at ...2524...
Sat Jan 21 03:03:35 CET 2012
Status: New
Owner: ----
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 202 by bespalov... at ...626...: How use hImage.Resize
http://code.google.com/p/gambas/issues/detail?id=202
My Image size 4000 * 4000 pixel.
If I done:
hImage.Resize(200, 200)
Draw.Begin(hArea)
Draw.Image(hImage, 0, 0)
Draw.End
I can see щтдн part of the Image.
How use hImage.Resize() for resize or scaled Image.
I want to get a small image for a quick Draw.Image()
More information about the User
mailing list