Dear PROs,
Is it possible to save a CroppedBitmap object to a file?
CroppedBitmap cb = new CroppedBitmap(
(BitmapSource)this.Resources["masterImage"],
new Int32Rect(30, 20, 105, 50));
Regards,
Gary
Dear PROs,
Is it possible to save a CroppedBitmap object to a file?
CroppedBitmap cb = new CroppedBitmap(
(BitmapSource)this.Resources["masterImage"],
new Int32Rect(30, 20, 105, 50));
Regards,
Gary