CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2009
    Location
    Trivandrum, Kerala, India
    Posts
    2

    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?


    Thanks and Regards,
    Unni

  2. #2
    Join Date
    Feb 2003
    Location
    Iasi - Romania
    Posts
    8,234

    Re: How to Convert from System.Drawing.Bitmap to Gdiplus.Bitmap?

    In which language, VB.NET, C#, C++/CLI, anything else?
    Ovidiu
    "When in Rome, do as Romans do."
    My latest articles: https://codexpertro.wordpress.com/

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured