1
Answer

Save Picture

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)