1
Answer

Save Picture

Photo of Ramco Ramco

Ramco Ramco

Mar 21
1.7k
1

Hi

  I have below code and i want to save croppedpicture   

BitBlt croppedPic.hDC, 0, 0, 3000, 3000, originalPic.hDC, cropX, cropY, SRCCOPY
    croppedPic.PaintPicture originalPic.Picture, 0, 0, 3000, 3000, cropX, cropY

Thanks

Answers (1)