04-08-2011, 08:35 AM
I have some coding but i don't know how to use it....
i have alot more mabey a video tutorial???
Code:
Imports System.Drawing
Public Class Form1
Inherits System.Windows.Forms.Form
'The windows generated form code region is here
Protected Overrides Sub OnPaint(ByVal e As System.Windows.Forms.PaintEventArgs)
'This is the declare of the Graphics object
Dim g As Graphics = e.Graphics
End Sub
End Class
Code:
DrawArc
DrawCurve
DrawEllipse
DrawImage
DrawLine
DrawPath
DrawPie
DrawPolygon
DrawRectangle
DrawString
FillEllipse
FillPath
FillPie
FillPolygon
FillRectangle
FillRectangles
FillRegion
i have alot more mabey a video tutorial???