gpt4 book ai didi

c# - 翻转/镜像图像

转载 作者:太空狗 更新时间:2023-10-29 23:17:17 29 4
gpt4 key购买 nike

旋转 WPF 图像非常简单

imgCurrent.LayoutTransform = new RotateTransform(_rotationAngle);

水平和垂直镜像呢?

机外:

In GDI(Drawing namespace) there was bitmap.RotateFlip(rotateFlipType);

wpf有什么简单的吗?

最佳答案

new ScaleTransform() { ScaleX = -1 };

关于c# - 翻转/镜像图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8400846/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com