.NET news » Graphics Graphics Rss Feed

download

Drawing smooth text and pictures on the extend 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
29 Aug 2006, 12:19:00   Source: Drawing smooth text and pictures on the extend glass area...   Tags: Graphics

eptaxia - A Lightweight Mind Game

A cute and yet challenging game written in C#. Also hints on graphics, sound and simple class structures.
27 Aug 2006, 12:16:00   Source: eptaxia - A Lightweight Mind Game   Tags: Examples Multimedia Graphics

FastPixel - A much faster alternative to Bitmap.SetPixel

Ever wanted something faster than SetPixel? Well you've found it.

BorderBug

A workaround for the DrawImage border problem.
20 Jul 2006, 14:58:00   Source: BorderBug   Tags: Bugs Graphics

ColorEditorEx - An extension to the ColorEditor to support translucent colors

Shows a way to extend the ColorEditor class to set alpha values on Colors within the Visual Studio editor by revealing its internals.

Image Processing Lab in C#

A tool and library for image processing.
27 Jun 2006, 12:03:00   Source: Image Processing Lab in C#   Tags: Graphics Components

A component that prints any Control, including ListViews, TreeViews, DataGridViews, Forms, etc...

The ultimate printing component. Use it to print ListBoxes, ListViews, TreeViews, DataGridViews, Forms, TabPages, or even your own UserControls.

Context-sensitive PictureBox controls

The PictureBox control: accepts a collection of hot regions and fires client events if the user clicks on or moves over any such region. The overall programming interface mimics the programming interface of the ImageMap control in ASP.NET 2.0. The new PictureBox control derives from the Windows.Forms.PictureBox built-in control and features two essential properties: HotSpots and MapImage.
7 Jun 2006, 19:00:00   Source: Context-sensitive PictureBox controls   Tags: Components Graphics

"Fat" Marching Ants: An Algorithmic Experimentation Using GDI+

"Marching ants" are a common UI feature in image editing programs but giving the ants a little more visual texture is a harder problem than you'd ever dream. This article discusses four different algorithms for making elegant, 3D ants with varying levels of performance, accuracy, and control.

Animating Windows Forms

A component to make Windows Forms controls more dynamic by adding animation capabilities.
15 May 2006, 08:54:00   Source: Animating Windows Forms   Tags: Graphics