How to draw a transparent surface using SharpDX?
问题 ( This question is based on further investigations of this other question, but isn't the same question, this is very specific question about painting issues. ) I'm trying to draw a transparent surface overlapped on a target window, the problem is that I don't know how to paint it transparent, so by the moment my surface is black, and I cannot see the proper way to clear the black color of that surface in the code below. I'd read about pixelformats and alphamodes, however, seems I cannot use