المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to get painted image from picturebox



C# Programming
11-13-2009, 09:40 AM
I want to save fingerprint image into database, I am using ActiveX FpLibXCapture to capture. I am able to capture and paint on picturebox
but picurebox.image is null. bellow is the sample.

axFpLibXCapture1.Capture();
axFpLibXCapture1.DrawImage(pictureBox1.Handle.ToInt32());

can any one tell how to get painted image from picturebox. Thanking you.