Can I have the following in a function:

function xxx () As Picture  
Dim thumb As Picture
  :
  :
  :
thumb.Graphics.DrawPicture getImg, 0, 0, thumb.Width,
thumb.Height, 0, 0, getImg.Width, getImg.Height
  
  // Return Thumbnail
  Return thumb
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to