WPF: How to implement ROP2 Mode or similar with DrawingContext

81 Views Asked by At

I am converting my Win32 GDI implementation to C# WPF with DrawingContext. However, one thing that I am not sure is whether the DrawingContext supports ROP2 mode or something similar. If not, what is the alternative implementation without using canvas?

The main purpose of using ROP2 mode is to draw a rectangle with moving mouse cursor.

0

There are 0 best solutions below