Hi.
I wont to know where to get informations about: how to use OpenNetCF ?
Exactly, I want to know how to get my Bitmap in the IImage.
<...
Private Sub Alpha(byRef Bitmap1 as Bitmap, byval Bitmap2 as Bitmap)
...
Dim factory As ImagingFactory = New ImagingFactoryClass
factory.CreateImageFromStream(new StreamOnFile(path + @"\Alpha.png"), image)
...
End Sub
...>
Here you see, that there is an "StreamOnFile" to get the Picture in the image (=IImage of OpenNetCF). But I have a Bitmap, not a file. The file is just from an code from the internet.
I use Vb.Net. But I think, if you have a C# example, its possible for me to translate them.
Thank you
I wont to know where to get informations about: how to use OpenNetCF ?
Exactly, I want to know how to get my Bitmap in the IImage.
<...
Private Sub Alpha(byRef Bitmap1 as Bitmap, byval Bitmap2 as Bitmap)
...
Dim factory As ImagingFactory = New ImagingFactoryClass
factory.CreateImageFromStream(new StreamOnFile(path + @"\Alpha.png"), image)
...
End Sub
...>
Here you see, that there is an "StreamOnFile" to get the Picture in the image (=IImage of OpenNetCF). But I have a Bitmap, not a file. The file is just from an code from the internet.
I use Vb.Net. But I think, if you have a C# example, its possible for me to translate them.
Thank you