Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Image Editor made in vb 2010
#2
I have some coding but i don't know how to use it....
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???


Messages In This Thread
Image Editor made in vb 2010 - by Gamester699 - 04-08-2011, 07:59 AM
Re: Image Editor made in vb 2010 - by Gamester699 - 04-08-2011, 08:35 AM
Re: Image Editor made in vb 2010 - by Gamester699 - 04-09-2011, 06:53 AM
Re: Image Editor made in vb 2010 - by Gamester699 - 04-09-2011, 10:36 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  XNA In VB Map Editor GRID xolara 1 8,578 12-17-2011, 03:52 AM
Last Post: xolara

Forum Jump:


Users browsing this thread: 1 Guest(s)