Dim p As New Pen(Color.Red) p.Width = 10 Using g As Graphics = Me.CreateGraphics g.DrawEllipse(p, 70, 20, 230, 230) End Using
Using p As New Pen(Color.Red) p.Width = 10 Using g As Graphics = Me.CreateGraphics g.DrawEllipse(p, 70, 20, 230, 230) End Using End Using