with this codes i created rectangle image with a line inside that has to mimic a single clock.
Dim MyGraphics As graphics=e.graphics
my graphics.Draw Rectangle(pens.colour,x1,X2,y1,Y2):whereby x1=60,x2=70,y1=80,y2=90,and choosen colour
my graphics.Draw line(pens.colour,x1,x2,y1,y2):whereby x1=60,x2=70,y1=100,y2=120,and also choosen colour.
Now help me with ideas and solution here.the hand or line within the square has to rotate continually.now as a clue,as our lecture prescribed,under line,one group of X and Y axis has to remain constant or steady,while other y and x axis has to change now instead of using numbers we have to use variables eg lets say x1 which is 60 and y1 which is 100 are the ones to remain constant.we have to change them to or create them as variables(as in like num1 and num2) and make them change value so the line rotate continually that is continually changing.mow what are those rotating codes or variables for the hand,thus how are you going to implement those variables to make the hand to continually rotate.