W
wanderer
hi,
I'm having some trouble finding references on the
specifics of the C# CF Bitmap format.
In my program I have something like:
Image img = new Bitmap(file);
I would like to pass in some pointer or reference to a
unmanaged lib that takes (BITMAP *). How do I do that
conversion in C# CF? Or does img already point to
something compatible with (BITMAP) ? Thanks.
I'm having some trouble finding references on the
specifics of the C# CF Bitmap format.
In my program I have something like:
Image img = new Bitmap(file);
I would like to pass in some pointer or reference to a
unmanaged lib that takes (BITMAP *). How do I do that
conversion in C# CF? Or does img already point to
something compatible with (BITMAP) ? Thanks.