dwinkelman / imagelibrary

Automatically exported from code.google.com/p/imagelibrary
Other
0 stars 0 forks source link

Implement IDisposable #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It is very important that using Bitmap object a freed from memory after use. 
This can be done using KalikoImage.Destroy()

However, it would be great if KalikoImage implemented IDisposable, so we can 
write using statements:

Using Image As New Kaliko.ImageLibrary.KalikoImage()

End Using

Original issue reported on code.google.com by richardv...@gmail.com on 14 May 2011 at 6:35

GoogleCodeExporter commented 8 years ago
Thank you for the suggestion, will be implemented

Original comment by fr3dr...@gmail.com on 17 May 2011 at 7:14

GoogleCodeExporter commented 8 years ago
IDisposable has now been implemented :)

Original comment by fr3dr...@gmail.com on 13 Jun 2011 at 8:41