.NET news » Graphics 
Pro .NET 2.0 Graphics Programming (Expert's Voice in .NET)
Author: Eric White
Average rating: (0 reviews)
More .NET Graphics books
Bitonal (TIFF) Image Converter for .NET
The .NET framework provides rich support for generating and manipulating bitmap images, but it lacks one significant feature that is imperative for image processing - the ability to modify and then save modified bitonal (i.e., black and white or one-bit per pixel) images. Bitonal images are commonly used in document management and document imaging applications for scanned documents. Bitonal images are most commonly stored in the TIFF (Tagged Image File Format) file format with a CCITT Group IV compression algorithm..
Mandelbrot set with smooth drawing
This program implements a simple way to see a Mandelbrot set.
Draw US flag using C# and GDI+
Visual C# provides a powerful GDI+ class library interface that allows users to draw various graphics objects. This article shows you how to create a US flag using C# and GDI+. The US flag contains 50 star polygons and several rectangles.
IconLib - Icons Unfolded (MultiIcon and Windows Vista supported)
Library to manipulate icons and icons libraries with support to create, load, save, import and export icons in ico, icl, dll, exe, cpl and src format. (Windows Vista icons supported).
17 Mar 2007, 12:35:00 Source: IconLib - Icons Unfolded (MultiIcon and Windows Vista...
Tags: Graphics
Components
Aero Glass: Create Special Effects With The Desktop Window Manager
In this article we introduce the Desktop Window Manager, the new system that manages how windows are rendered on the Windows Vista desktop. See how to programmatically take advantage of it in your applications.
Extensions to DrawTools
DrawTools library extended to include Layers, Zoom, Pan, Rotation
Plot 3D surfaces
This article describes a simple method of rendering 3D surfaces on a 2D plane. It doesn't use OpenGL or DirectX or stuff like that. It just utilizes the power of the CPU.
Analog and LED Meter
VU or Level meter, LED or Analog display
ReflectionPicture
A Vista-Style control that shows an image and its gradient-opactity reflection
Creating a glass button using GDI+
How to create an animating glass button using only GDI+ (and not using WPF).

