Re: c# How get an IntPtr of Image?
- From: "Bob Powell [MVP]" <bob@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 15 Oct 2005 14:21:31 +0200
Handles for Win32 object are often placed in IntPtr parameters. Is this what
you need? You can get the bitmap handle of the image and pass this to the
parameter.
--
Bob Powell [MVP]
Visual C#, System.Drawing
Ramuseco Limited .NET consulting
http://www.ramuseco.com
Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm
All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
<ciukred@xxxxxxxx> wrote in message
news:1129213117.932652.322350@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hi everybody!!
>
> A parameter of a function need a IntPtr of an Image
> (System.Drawing.Image).
>
> How can obtain this in c#?
>
> thanks!!!
>
> Red
>
.
- References:
- c# How get an IntPtr of Image?
- From: ciukred
- c# How get an IntPtr of Image?
- Prev by Date: Performance issue with loading url
- Next by Date: Re: HIMETRIC (1 unit = 0.01 mm) but under .NET
- Previous by thread: c# How get an IntPtr of Image?
- Next by thread: Creating a Bitmap object from an IntPtr to DIB
- Index(es):
Relevant Pages
|