标题:如何编写代码使得VB的Image控件或Picture控件旋转?
取消只看楼主
shi781203
Rank: 2
来 自:广东省
等 级:论坛游民
帖 子:112
专家分:50
注 册:2011-3-18
结帖率:37.14%
 问题点数:0 回复次数:1 
如何编写代码使得VB的Image控件或Picture控件旋转?
如何编写代码使得VB的Image控件或Picture控件旋转?
搜索更多相关主题的帖子: 旋转 如何 
2013-02-27 15:59
shi781203
Rank: 2
来 自:广东省
等 级:论坛游民
帖 子:112
专家分:50
注 册:2011-3-18
得分:0 
以下是引用ZMGTCDY在2013-4-7 09:15:16的发言:

顺时针旋转90度:
PictureBox1.Image = Me.PictureBox1.Image
        Me.PictureBox1.Image.RotateFlip(RotateFlipType.Rotate90FlipNone)
        Me.PictureBox1.Refresh()
逆时针旋转90度:
 Me.PictureBox1.Image.RotateFlip(RotateFlipType.Rotate270FlipNone)
        PictureBox1.Image = Me.PictureBox1.Image
        PictureBox1.Refresh()

以下是引用ZMGTCDY在2013-4-7 09:15:16的发言:
别乱回复,这些没用的代码!
顺时针旋转90度:
PictureBox1.Image = Me.PictureBox1.Image
        Me.PictureBox1.Image.RotateFlip(RotateFlipType.Rotate90FlipNone)
        Me.PictureBox1.Refresh()
逆时针旋转90度:
 Me.PictureBox1.Image.RotateFlip(RotateFlipType.Rotate270FlipNone)
        PictureBox1.Image = Me.PictureBox1.Image
        PictureBox1.Refresh()

别乱回复,这些没用的代码!

飞点燃费盐--历史上至有型的计算机病毒(能感染你是我的荣幸,也是你的光荣!)
2013-04-09 16:16



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-399310-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.111272 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved