NGraphics is a cross platform library for rendering vector graphics on .NET. It provides a unified API for both immediate and retained mode graphics using high quality native renderers.
I am having out of memory when using the library. I need to show an image on a single view and when user clicked on the button , I should load a new image using LoadImage on NGraphics. On Android, I usually use image.Recycle and image.dispose before I set image object to null to clear the memory. In this IImage, I can't see a function to recycle teh memory used on the IImage.
I am having out of memory when using the library. I need to show an image on a single view and when user clicked on the button , I should load a new image using LoadImage on NGraphics. On Android, I usually use image.Recycle and image.dispose before I set image object to null to clear the memory. In this IImage, I can't see a function to recycle teh memory used on the IImage.