.NET news » Graphics Graphics Rss Feed

download

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).
28 Jul 2008, 00:15:00   Source: CBR/CBZ Comics in C#   Tags: Graphics Examples

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.
25 Jul 2008, 02:25:00   Source: A WPF Pie Chart with Data Binding support   Tags: Graphics Components

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