Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi I want the path drawn by "FillPath" to be transparent. How can I implement this?
Gdiplus::Graphics gr(dc); Gdiplus::SolidBrush brush(Gdiplus::Color::Black); ... gr.FillPath(brush, path); gr.DrawPath(&p, path); ...
Thanks,
You need to select a colour value in your brush with alpha blending to make it appear transparent; see here[^] for more information.
I must get a clever new signature for 2011.