.NET news » Graphics Graphics Rss Feed

download

Fuzzy DropShadows in GDI+

Creating Fuzzy Drop Shadows for GDI+ Drawn Objects
6 Oct 2006, 14:39:00   Source: Fuzzy DropShadows in GDI+   Tags: Graphics

Pan and Zoom Very Large Images

Smoothly panning and zooming VERY large images can be a challenge. Here's a control, with source code, that demonstrates one way of overcoming this challenge.
28 Sep 2006, 10:59:00   Source: Pan and Zoom Very Large Images   Tags: Graphics VB.NET

SQL Server 2005 Circular Progress Bar

Shows a spinning progress bar, identical to the SQL Server 2005 busy indicator without requiring any code.
26 Sep 2006, 15:35:00   Source: SQL Server 2005 Circular Progress Bar   Tags: GUI Components Graphics

2D Polygon Collision Detection

An article on polygon collision detection. Can be used to implement collision between sprites in a 2D game. The algorithm can also be extended to 3D.
20 Sep 2006, 15:36:00   Source: 2D Polygon Collision Detection   Tags: Graphics

Batch Image

An application to make several images processing elaboration in batch for creating thumbnails in few minutes
19 Sep 2006, 02:52:00   Source: Batch Image   Tags: Graphics Examples

EXIF tag Editor for jpg images

jpg images EXIF tag Editor
18 Sep 2006, 08:15:00   Source: EXIF tag Editor for jpg images   Tags: Graphics Examples

Building a Simple Image Conversion Utility

This article describes a very easy approach to building an image conversion utility that will permit the user to open a supported image type and convert it to another supported image type.
13 Sep 2006, 13:22:00   Source: Building a Simple Image Conversion Utility   Tags: Examples Graphics

A scrollable, zoomable, and scalable picture box

A scrollable, zoomable, and scalable picture box with context menu.
11 Sep 2006, 15:01:00   Source: A scrollable, zoomable, and scalable picture box   Tags: Graphics Components

A Small GDI+ Sprite animation library

Animate and control sprites using GDI+
8 Sep 2006, 17:36:00   Source: A Small GDI+ Sprite animation library   Tags: Graphics Components

A Rotator Control for WinForms

A rotator control for Windows Forms.
7 Sep 2006, 15:22:00   Source: A Rotator Control for WinForms   Tags: Graphics Components