Moving images fluently

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am looking for technique which allows to fluently move several images over
the form without using DirectX & Open GL. Several images should be moved
simultaneously but with different speed. Also one more feature: I should be
able to change their (moved images) opacity during moving. Does anybody know
good algorithm (or may be article, example, link) to implement these
features?
 
Look at eh article on animation in Windows Forms Tips and Tricks. Drawing
images in place of shapes is a simple modification to make.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Ramuseco Limited .NET consulting
http://www.ramuseco.com

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
 
Back
Top