This is a Simple Visualizatin Like Application using GDI . You can use the logic of this application to Develop your own visualization type effect for your Applications
There are Total 4 Effects That i Created.
The 1st Effect is drawing Bezier's
g.DrawBezier(Pens.Red, New Random().Next(0, 10000) * New Random().Next(0, 15), New Random().Next(0, 12) * New Random().Next(0, 20), New Random().Next(0, 250) * New Random().Next(0, 5), New Random().Next(0, 52) * New Random().Next(0, 55), New Random().Next(0, 52) * New Random().Next(0, 10), New Random().Next(0, 100) * New Random().Next(0, 10), New Random().Next(0, 15) * New Random().Next(0, 10), New Random().Next(0, 5) * New Random().Next(0, 20))
'......... Code Minimized due to Many Lines
The 2nd Effect is drawing Bars
g.DrawLine(p, 5, Me.Height, 5, r.Next(0, Me.Height)) '......... Code Minimized due to Many Lines
The 3rd Effect is drawing Alphabets
g.DrawString(c(r.Next(0, c.Length)), New Font("Arial", r.Next(5, 30), FontStyle.Bold), gl, r.Next(0, PictureBox1.Width), r.Next(0, PictureBox1.Height)) g.DrawString(c(r.Next(0, c.Length)), New Font("Arial", r.Next(5, 30), FontStyle.Bold), gl1, r.Next(0, PictureBox1.Width), r.Next(0, PictureBox1.Height)) g.DrawString(c(r.Next(0, c.Length)), New Font("Arial", r.Next(5, 30), FontStyle.Bold), gl, r.Next(0, PictureBox1.Width), r.Next(0, PictureBox1.Height))
'......... Code Minimized due to Many Lines
The 4th Effect is drawing Pie
g.FillEllipse(gl, 0, 0, PictureBox1.Width, PictureBox1.Height) g.FillPie(gl1, 0, 0, PictureBox1.Width, PictureBox1.Height, i + 30, r.Next(10, 20))
For Demonstration Download Full Source Code Regards Hefin Dsouza
AttachmentsDownload Full Application (27546-7858-VisualizationDemo.rar)
|
No responses found. Be the first to respond and make money from revenue sharing program.
|