我如何制作旋转的图片? [英] How do i make a spinning picture?

查看:61
本文介绍了我如何制作旋转的图片?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,正如标题所说,我要制作旋转的图片(平滑度不像彼此上方的4张图像.).

Hello, as the title says, I want to make a spinning picture (smooth not like 4 images above eachother..).

但是我实际上不知道如何使它平滑.

But i have actually no idea how to make it smooth.

推荐答案

旋转或旋转完全不同.

Well spinning or rotating is different.

我不知道什么是平滑不喜欢彼此上方的4个图像".比喻.

I don't know what "smooth not like 4 images above each other" means as an analogy.

旋转将图像设置为PictureBox背景图像,并且背景图像布局设置为可拉伸,并且PictureBox的大小将调整为图像的大小,或者将纵横比调整为图像的宽度和高度.

Spinning would be to set the image as a PictureBox background image with the background image layout set to stretch and the PictureBox sized to either the size of the image or some aspect ration to the width and height of the image.

然后,您可以使用计时器以2为增量减小PictureBox的宽度,直到基本上为1,因为我不相信它可以为零.在执行此操作时,您必须向左移动PictureBox,以使其宽度减小,然后 PictureBox的中心保持在任何位置.

Then you could use a timer to decrease the width of the PictureBox, in increments of 2, until it is at 1 basically as I don't believe it can go to zero. And while doing that you have to move the PictureBox left such that as its width decreases then the center of the PictureBox maintains wherever it is located.

一旦PictureBox的宽度为1,就可以使用代码翻转图像,并增加PictureBox的宽度,直到它回到其初始宽度,并通过移动它的大小来保持PictureBox的中心在应有的位置增加.当PictureBox 达到其初始宽度后,您可以使用代码再次翻转图像并不断重复该过程.

Once the width of the PictureBox is at 1 you flip the image using code and increase the width of the PictureBox until it is back to its initial width, keeping the center of the PictureBox where it should be by moving it as its size increases. When the PictureBox reaches its initial width you flip the image again using code and repeat that constantly.

旋转图像完全不同.

我想也可以通过绘制图像,减小其大小,增大其大小并在必要时翻转来旋转图像.

I suppose it would also be possible to spin an image just by drawing it and decreasing its size and increasing its size and flipping when necessary.


这篇关于我如何制作旋转的图片?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆