4个回答
展开全部
First : Create a PictureBox Control
PictrueBox picBox = new PictrueBox();
Then : Import image to 'picBox'
picBox.Image = new Bitmap(File.Open("..File Path.."));
Last : Use a Timer to Control the Location of 'picBox'
var picTimer = new System.Windows.Forms.Timer{Interval = 1000};
Set picTimer's events
private void picTimer_Tick(){
picBox.Location = new Point(xx,xx);
}
Run When Form Started
picTimer.Start();
Close like this
picTimer.Stop();
picTimer.Dispose();
PictrueBox picBox = new PictrueBox();
Then : Import image to 'picBox'
picBox.Image = new Bitmap(File.Open("..File Path.."));
Last : Use a Timer to Control the Location of 'picBox'
var picTimer = new System.Windows.Forms.Timer{Interval = 1000};
Set picTimer's events
private void picTimer_Tick(){
picBox.Location = new Point(xx,xx);
}
Run When Form Started
picTimer.Start();
Close like this
picTimer.Stop();
picTimer.Dispose();
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
设置一个Timer控件
然后设定时间间隔内left和top值发生改变
然后设定时间间隔内left和top值发生改变
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
localtion坐标不停改变!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
利用计时器控件喽!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询