.NET news » Graphics Graphics Rss Feed

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.

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.

Create Column Chart using OWC11

A column chart (simple,stacked and 100% stacked column) representation using Office Web Components
25 Jun 2008, 10:53:00   Source: Create Column Chart using OWC11   Tags: Examples Office Graphics

ExifTagCollection - EXIF metadata extraction library

A library to extract EXIF information from images, compliant with Exif 2.2 standard
25 Jun 2008, 04:31:00   Source: ExifTagCollection - EXIF metadata extraction library   Tags: Graphics

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.
29 May 2008, 13:58:00   Source: Tile Editor Control   Tags: Graphics

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.
18 May 2008, 10:34:00   Source: 2D Map Editor   Tags: Examples Graphics

A Fine-looking Segmented LED Control

This article describes an approach to constructing a cool segmented LED displayer that is similar to the LEDs used in alarm clocks and industry monitors. This control can be used to display time, numerical values and even some English characters. I hope it will be helpful in programs such as hardware simulators.
12 May 2008, 06:19:00   Source: A Fine-looking Segmented LED Control   Tags: Components Graphics

Simple slide game using Viewbox

This is a very simple article that really just demonstrates the various capabilities of the WPF ImageBrush. The basic idea is that the attached demo emulated one of those 9 square puzzles you used to get in XMAS stockings.
29 Apr 2008, 02:54:00   Source: Simple slide game using Viewbox   Tags: Examples Graphics