Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

'Nilgen E.

Velazco
'Y00282080
Public Class NAME
Private Sub NAME_Load(ByVal sender As System.Object, ByVal e As System.EventArgs)
Handles MyBase.Load
End Sub
Private Sub Form1_Paint(ByVal sender As Object, ByVal e As
System.Windows.Forms.PaintEventArgs) Handles Me.Paint
'Letra N
e.Graphics.DrawLine(Pens.Green,
e.Graphics.DrawLine(Pens.Green,
e.Graphics.DrawLine(Pens.Green,
e.Graphics.DrawLine(Pens.Green,
e.Graphics.DrawLine(Pens.Green,
e.Graphics.DrawLine(Pens.Green,
e.Graphics.DrawLine(Pens.Green,
e.Graphics.DrawLine(Pens.Green,
e.Graphics.DrawLine(Pens.Green,
e.Graphics.DrawLine(Pens.Green,

50, 50, 50, 150) 'linea 3


50, 50, 70, 50) 'linea 1
90, 50, 110, 50) 'linea 2
50, 150, 70, 150) 'linea 9
70, 50, 90, 90) 'linea 4
90, 50, 90, 90) 'linea 5
110, 50, 110, 150) 'linea 6
70, 110, 70, 150) 'linea 7
70, 110, 90, 150) 'linea 8
50, 150, 70, 150) 'linea 9

e.Graphics.DrawLine(Pens.Green, 90, 150, 110, 150) 'linea 10


'Letra V
e.Graphics.DrawLine(Pens.Purple,
e.Graphics.DrawLine(Pens.Purple,
e.Graphics.DrawLine(Pens.Purple,
e.Graphics.DrawLine(Pens.Purple,
e.Graphics.DrawLine(Pens.Purple,
e.Graphics.DrawLine(Pens.Purple,
e.Graphics.DrawLine(Pens.Purple,
e.Graphics.DrawLine(Pens.Purple,
End Sub
End Class

200,
290,
200,
220,
290,
310,
250,
240,

200,
200,
200,
200,
200,
200,
300,
320,

220,
310,
240,
250,
260,
270,
260,
270,

200)
200)
320)
300)
300)
320)
300)
320)

'linea
'linea
'linea
'linea
'linea
'linea
'linea
'linea

1
2
3
4
5
6
7
8

You might also like