Hi Standa,
You can also use the ImageLibEx.
You need following objects for the partial image
a BitmapEx, DrawerEx and 2 RectEx objects
- bmpImage BitmapEx for the partial bitmap
- drwImage DrawerEx for the bitmap above
- rectSrc source rectangle for copying
- rectDest destination rectangle
Then with
drwImage.DrawImage(Form1.Image,rectSrc.Value,rectDest.Value)
bmpImage.SaveImage(FileName,"J")
What draw.zip did you download ? Did you have a look at this one:
http://www.b4x.com/forum/share-your-creations/3945-draw-program-5.html
I wouldn't mix ImageLib and ImageLibEx, only use ImageLibEx.
ImageLibEx has all functionalities of ImageLib and much more!
Best regards.