起因
本项目地址 Microsoft.DwayneNeed.Core, 由来是因为公司的项目已经迁移到.Net6,但是在.Net6无法直接使用.Net framework下的动态库。 发现Github上目前也没有对应的.Net core版本,因此决定将此库迁移到.Net6中。
在此分享给有需要的人, 如果此库对你有帮助的话,麻烦点个Start哈。
Microsoft.DwayneNeeed 介绍
这个知名的库在使用WPF的人都知道,在.Net Framework时期,用于解决WPF中的空域问题。原来的在CodePlex已经关闭了。下面是原来在CodePlex上的介绍
This project contains samples and reusable code for accomplishing interesting scenarios in WPF. All of the samples will (eventually) be included in the single DemoApp click-once download.
Currently, this project demonstrates
Rendering UI on multiple threads.
Snapping bitmaps to the pixel grid.
Writing a customize bitmap source.
Decoding IEEE floating point numbers.
Mitigating “airspace” issues in WPF applications.
In depth discussions of these topics can be found on my blog, at http://blogs.msdn.com/DwayneNeed.
Currently, this project demonstrates
- Rendering UI on multiple threads.
- Snapping bitmaps to the pixel grid.
- Writing a customize bitmap source.
- Decoding IEEE floating point numbers.
- Mitigating “airspace” issues in WPF applications.
注意
- 原解决方案中的Samples已经都迁移到.Net6版本,可参考Github上的 README.MD.
- WindowsFormsControls 中 MediaPlayer 控件在.Net6的Winform中没有对应版本的AxInterop库, 因此暂时屏蔽了此控件。
- 此项目只能在Windows系统中使用,不支持在Linux下运行。
获取它
源代码: Microsoft.DwayneNeed.Core文章来源:https://www.toymoban.com/news/detail-831701.html
已编译动态库
直接下载文章来源地址https://www.toymoban.com/news/detail-831701.html
到了这里,关于Microsoft.DwayneNeed For .Ne6的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!