Render from Imagelist

  • Thread starter Thread starter John Stulle
  • Start date Start date
J

John Stulle

Hello.
Can anybody tell me how to render an image from an imagelist to a given
hdc. I would like to be able to stretch or shrink the image as well.
Thank you very much for a reply.
John
 
John Stulle said:
Can anybody tell me how to render an image from an imagelist to a given
hdc. I would like to be able to stretch or shrink the image as well.

Take a look at 'ImageList.Draw' and 'Graphics.FromHdc'.
 
Back
Top