WPF - 什么取代了 .Net 4 中的 BitmapEffectGroup / BitmapEffectCollection?
我需要在运行时创建的图像控件上堆叠效果。对于单一效果来说这很好,但是如何与已弃用的 BitmapEffectGroup/Collection 进行堆栈以及何时需要能够唯一地修改每个控件的效果?
我想将控件添加到具有效果的网格中,但它们已经是同一网格的成员。
谢谢
I need to stack effects on runtime created image controls. This is fine with a single effect but how do I stack with BitmapEffectGroup/Collection deprecated and when I need to be able to uniquely modify each control's effect?
I thought of adding the control to a grid with an effect but they are already a member of the same grid.
thx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,没有替代品(许多位图效果也没有替代品)。
To my knowledge there is no replacement for that (neither is there for many of the BitmapEffects).