Drawing Vb at Drawing

Drawing Vb. Dim x1 as single = 100. In this visual basic.net tutorial i'll teach to how to create a simple drawing application and save your picture to an image file.we'll be using a picturebo.

Visual CodeProject
Visual CodeProject from www.codeproject.com

// draw line to screen. Once we have a graphics object, we can call its methods to draw and fill graphics shapes. The pen class is used to draw lines and curves, while classes derived from the abstract class brush are used to fill the interiors of shapes.

Visual CodeProject

The graphics class provides methods for drawing to the display device. 0f dim y1 as single = 100. Dim blackpen as new pen (color.black, 3) ' create rectangle. Before you can draw any graphic on a form, you need to create the graphics object in vb2010.