How to Convert from System.Drawing.Bitmap to Gdiplus.Bitmap?
Hi
I have a routine which returns an object of System.Drawing.Bitmap object. I need to convert it to an object of Gdiplus.Bitmap which has to be passed to another method which accepts object of type Gdiplus.Bitmap. How to convert it?
Bookmarks