Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
29 views1 page

Me Me Me Me Me Me Me Me Me Me Me Me Me Me Me Me Me Me

The document contains code that draws various shapes and lines including: - Two triangles formed by red lines near the top left and top right corners - A blue rectangle near the bottom - Several purple ellipses forming a face in one triangle - Additional red and orange lines - A filled red rectangle with a white center representing a flag with a goldenrod triangle on the left side and blue lines suggesting folds.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views1 page

Me Me Me Me Me Me Me Me Me Me Me Me Me Me Me Me Me Me

The document contains code that draws various shapes and lines including: - Two triangles formed by red lines near the top left and top right corners - A blue rectangle near the bottom - Several purple ellipses forming a face in one triangle - Additional red and orange lines - A filled red rectangle with a white center representing a flag with a goldenrod triangle on the left side and blue lines suggesting folds.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Me.CreateGraphics.DrawLine(Pens.

Red, 120, 120, 130, 140)


Me.CreateGraphics.DrawLine(Pens.Red, 130, 140, 110, 140)
Me.CreateGraphics.DrawLine(Pens.Red, 110, 140, 120, 120)
Me.CreateGraphics.DrawLine(Pens.Red, 480, 120, 490, 140)
Me.CreateGraphics.DrawLine(Pens.Red, 490, 140, 470, 140)
Me.CreateGraphics.DrawLine(Pens.Red, 470, 140, 480, 120)
Me.CreateGraphics.DrawRectangle(Pens.Blue, 100, 100, 400, 20)
Me.CreateGraphics.DrawEllipse(Pens.Purple, 115, 140, 5, 5)
Me.CreateGraphics.DrawEllipse(Pens.Purple, 120, 140, 5, 5)
Me.CreateGraphics.DrawEllipse(Pens.Purple, 110, 140, 5, 5)
Me.CreateGraphics.DrawEllipse(Pens.Purple, 125, 140, 5, 5)
Me.CreateGraphics.DrawLine(Pens.Red, 490, 140, 485, 145)
Me.CreateGraphics.DrawLine(Pens.Red, 475, 140, 470, 145)
Me.CreateGraphics.DrawLine(Pens.Red, 480, 140, 475, 145)
Me.CreateGraphics.DrawLine(Pens.Red, 485, 140, 480, 145)
Me.CreateGraphics.DrawLine(Pens.Orange, 300, 100, 310, 80)
Me.CreateGraphics.DrawLine(Pens.Orange, 300, 100, 290, 80)
Me.CreateGraphics.DrawLine(Pens.Orange, 300, 100, 300, 20)

BANDERA

Me.CreateGraphics.FillRectangle(Brushes.Red, 100, 100, 300, 150)


Me.CreateGraphics.FillRectangle(Brushes.White, 200, 100, 100, 150)
Me.CreateGraphics.FillRectangle(Brushes.DarkGoldenrod, 80, 80, 20, 400)
Me.CreateGraphics.DrawLine(Pens.Blue, 60, 80, 120, 80)
Me.CreateGraphics.DrawLine(Pens.Blue, 90, 80, 80, 60)
Me.CreateGraphics.DrawLine(Pens.Blue, 90, 80, 100, 60)
Me.CreateGraphics.DrawLine(Pens.Blue, 100, 60, 90, 40)
Me.CreateGraphics.DrawLine(Pens.Blue, 90, 40, 80, 60)

You might also like