jingwood / d2dlib

A .NET library for hardware-accelerated, high performance, immediate mode rendering via Direct2D.
MIT License
245 stars 43 forks source link

Added the ability to add an opacity brush to a layer #92

Closed AEAEAEAE4343 closed 1 year ago

AEAEAEAE4343 commented 1 year ago

Same as last commit, but fixed the mess Visual Studio made with the commits

jingwood commented 1 year ago

Very appreciate the pull request. But your changes make the example program 'ClipMaskDraw' cannot run. There is must something need to be fixed before approve the pull request.

If possible please run the example programs and fix the problem. Thanks very much!

AEAEAEAE4343 commented 1 year ago

I have just tested it and ClipMaskDraw works fine on all configurations. What problem are you experiencing?

jingwood commented 1 year ago

I am getting the AccessViolationException exception when calling the PushLayer function. But after several times clean and rebuild the solution now I cannot reproduce the problem, maybe it was a problem due to cache.

Thanks for all you help! I am going to merge this.