Quantcast
Channel: Windows Presentation Foundation (WPF) forum
Viewing all articles
Browse latest Browse all 18858

How can I copy a section of one WriteableBitmap to another WriteableBitmap

$
0
0

I need to copy a section (x,y,width,height) from one writeablebitmap to a section (same size) of another writeablebitmap.

In fact, the x,y,width,height are identical of the FROM writeablebitmap and the TO writeablebitmap.

How would I do this in C# (WPF)?

Thanks!


Viewing all articles
Browse latest Browse all 18858

Trending Articles