C# 将图像变换为平行四边形
快速提问,可能是一个简单的答案。我有一个正方形图像,但我想挤压它,使其成为一个平行四边形(这样我可以等轴绘制一些立方体)
我目前将图像存储在 Image
类中。
Quick question, and is probably a simple answer. I have a square image but I want to squish it so that it is a parallelogram (this is so I can draw some cubes isometrically)
I currently have my images stored in an Image
class.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许这会有所帮助:
这段
代码压缩了一个图像成任何四边形,而不仅仅是平行四边形。
Maybe this is helpful:
http://www.vcskicks.com/image-distortion.php
This code squishes an image into any quadrangle, not just a parallelogram.