且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在c#中垂直轴旋转图像?对于Windows窗体

更新时间:2023-11-09 21:50:34

取决于图像是什么,有多大。也许,我会作为GIF或类似的静态图像序列作弊和旋转图像,而不是试图在飞行中进行。



但是......可能值得一看:在球面上映射图像表面使用C# [ ^ ] - 我没有尝试过,但它可能会有所帮助。


参考这篇文章 -

在C#中转录PictureBox图像 [ ^ ]

C#Image / PictureBox旋转 [ ^ ]



-KR

How to rotate a image in vertical axis(like Earth) in c#? For windows form

please see this image in link...

http://www.animatedgif.net/earthglobe/earthglobe8.shtml[^]


http://jsfiddle.net/AB277/7/[^]

Depends on what the image is, and how big. Probably, I'd cheat and "rotate the image" as a sequence of static images in a GIF or similar, rather than trying to do it on the fly.

But... it might be worth looking at this: Mapping Images on Spherical Surfaces Using C#[^] - I haven't tried it, but it might help.


Refer this articles-
Rotate PictureBox Images in C#[^]
C# Image/PictureBox Rotations[^]

-KR