Hi i have a Bitmap which is showing in a file in a form
;
Bitmap btm = new Bitmap("F:\\Image.bmp");
i have a method in a class which take this btm
and do some process and return back what i need is to pass this btm
to this function in the class as a memory pointer and return its address
im not sure that will this process is able to do it C#
as other C
based languages C/C++