GDI+
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I would like to do raster operation, that is similar to SetROP2 in the GDI... Kindly apoint me to perform this, to be able to achieve copypen and maskpen
-
I would like to do raster operation, that is similar to SetROP2 in the GDI... Kindly apoint me to perform this, to be able to achieve copypen and maskpen
Doesn't exist in GDI+. You could use pinvoke to make the GDI calls instead. Christian Graus - Microsoft MVP - C++