X
Xavier Valdés
Hi all,
I'm trying to draw an ellipse in my form but I'm not able to do that.
Dim cPiPen As New Pen(Color.Magenta, 3)
Me.CreateGraphics.DrawEllipse(cPiPen, 0.0F, 0.0F, 300.0F, 300.0F)
The problem is when I put these lines in my form_load method nothing is
drawed.
Any ideas?
Thanks
xavi
I'm trying to draw an ellipse in my form but I'm not able to do that.
Dim cPiPen As New Pen(Color.Magenta, 3)
Me.CreateGraphics.DrawEllipse(cPiPen, 0.0F, 0.0F, 300.0F, 300.0F)
The problem is when I put these lines in my form_load method nothing is
drawed.
Any ideas?
Thanks
xavi