Link to home
Start Free TrialLog in
Avatar of YetAnotherCoder
YetAnotherCoder

asked on

How to draw the following user control in .NET

I would like to get some help with sample source code to draw the following as a .NET user control::
User generated image
Greatly appreciate the help... No need of colors.
Avatar of Mike Tomlinson
Mike Tomlinson
Flag of United States of America image

C'mon now...what exactly do you want drawn based on this image?!

Stupid Answer:
(1) Add a Docked PictureBox  to your UserControl with the SizeMode set to Zoom.
(2) Add the image above.
(3) Done.
it may be the only appropriate way ;)
Hi!

First thing first
How are you going to use it technically
say :
You have a MyProcessor
the you set the Proprties of these Myprecoessor like Differential Vaue, Oilfeeded,
Bow;capacity etc.
And once you set these stuff
create Method like Start() MyProcessor, this will process with all the properties as Input Or set the properties as output

So you have to Map it vis-a-vis Input, Process, Output

Thanks!
ASKER CERTIFIED SOLUTION
Avatar of YetAnotherCoder
YetAnotherCoder

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I think you would be better off doing this in an animation software unless it is required to be in .NET(controlling the movement for example).
Avatar of YetAnotherCoder
YetAnotherCoder

ASKER

I am not quite familiar with using animation softwares... Any one that is easy to learn and use as I am little bit under a deadline...
This would be a job for a professional animator in my opinion.
I have gotten it.