Graphics Using VB.Net 
Making an Image

This apsx program creates and returns a single image using VB.Net. It does 20 demonstrations that place text, change fonts and colors, draws and fills rectangles, places other images in the new image, rotates an image, flips an image, uses gradient brushes, demonstrates transparency, tiles a space and demonstrates text shadowing.

  1. Here are three images that are used in the creation of the new image:


    1. captsm.gif for flips and rotates (100 x 100 pixels)


    2. brick.gif for tiling (54 x 44 pixels)


    3. graffiti.gif for transparency - black and white - (200 x 75 pixels)

  2. Choose the type of Image File Format to create:

  3. Click here for the source code.