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

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



C# Programming
11-13-2009, 11:30 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.

modified on Thursday, November 12, 2009 8:21 AM