.NET news » Graphics 
Programming .NET 3.5
Authors: Jesse Liberty, Alex Horovitz
Average rating: (10 reviews)
More .NET Graphics books
CBR/CBZ Comics in C#
This article will demonstrate simple methods one can use to interact with today's comics applications, and more importantly, to transform your printed comic books into a digital library that can be stored on Compact Discs (CD) or Digital Versatile Discs (DVD) in an orderly manner (in CBZ or CBR formats).
A WPF Pie Chart with Data Binding support
This article describes the development of a pie chart user control for WPF that uses data binding. The pie chart is not backed by its own model, rather, it binds directly to your data objects. This has the big advantage that the WPF framework takes care of handling events that relate to changes in the bound data, updating the pie chart view accordingly.
Drawing smooth text and pictures on the extended glass area of your WinForm in Windows Vista
This article tells you how to draw text and pictures correctly on your Vista form's extended glass area.
10 Jul 2008, 05:38:00 Source: Drawing smooth text and pictures on the extended glass...
Tags: Graphics
Examples
Simple Image Annotation - How to dynamically add rotated text to image
Add outlined text to an image, rotate it, and move it around with the mouse.
2 Jul 2008, 13:45:00 Source: Simple Image Annotation - How to dynamically add rotated...
Tags: Graphics
Examples
Create Column Chart using OWC11
A column chart (simple,stacked and 100% stacked column) representation using Office Web Components
ExifTagCollection - EXIF metadata extraction library
A library to extract EXIF information from images, compliant with Exif 2.2 standard
A C# Sample Code/Article Extending the Capabilities of GDI+ in C# (.NET) - Part II
This article is a continuation to my previous article where I present two more methods to do the same
10 Jun 2008, 14:58:00 Source: A C# Sample Code/Article Extending the Capabilities of...
Tags: Graphics
A C# Sample Code/Article Extending the Capabilities of GDI+ in C# (.NET) - Part I
The article is about extending the capabilities of GDI+ in C#. When programmers look to develop serious imaging applications, a surprising shortcoming is noticed in GDI+. The shortcoming is the absence of an API which is useful in selecting regions within an image in a user interactive way.
9 Jun 2008, 14:50:00 Source: A C# Sample Code/Article Extending the Capabilities of...
Tags: Graphics
Tile Editor Control
A control to edit maps or small pictures in tile form.
2D Map Editor
This is a somewhat simple application to make and edit 2D maps for your games. It's not full of fancy features, but it does get the job done. You can place tiles from a tile set, and define if they are solid or not, change the size of each tile, and add/remove tile sets. Oh, and of course, it can save and load to your hard disk - it wouldn't be much use if you couldn't save your map.

