.NET news » Graphics Graphics Rss Feed

download

C# 2.0 Graphing Control

This project creates a graphing control as a subclass of the standard .Net WinForms 2.0 PictureBox control. It integrates easily into the VS2005 Toolbox and supports multiple curves, multiple styles, legends, grids and other features. It can graph functions and relations. Graphs can be automatically scaled or you can keep complete control over scaling.
16 Dec 2006, 14:30:00   Source: C# 2.0 Graphing Control   Tags: Graphics

A curtain hiding screen updates, and blending old and new content with a nice fade effect

Freeze parts of the user interface until all drawings are done, and blend old content with the new one smoothly.

TdhMarchingAnts - A .NET component to select (and draw) a rectangle on the client-area of an attached control and return the co-ordinates.

This article describes a .NET component to draw a "rubber-band rectangle" as determined by user mouse activity (which is replaced by "marching ants" after the selection is complete) on the surface of an attached control and return the rectangle co-ordinates via an event.

C2DPushGraph: A Push Graph Control

A push graph control similiar to the graph control located in Microsoft's Task Manager.
4 Dec 2006, 09:39:00   Source: C2DPushGraph: A Push Graph Control   Tags: Graphics Components

EmuEngine

With the EmuEngine, you can create simple 2D games in C#.
1 Dec 2006, 10:34:00   Source: EmuEngine   Tags: Graphics

High Speed, Feature Rich, and Easy-To-Use Graphs and Charts

High speed graphs and charts that are also very easy to configure and use. As easy as inserting a simple chart in MS Excel!
29 Nov 2006, 10:52:00   Source: High Speed, Feature Rich, and Easy-To-Use Graphs and Charts   Tags: Graphics

Dynamically Generating Icons (safely)

How to dynamically generate an icon in a restricted security zone, as with "No touch deployment" WinForms.
27 Nov 2006, 08:39:00   Source: Dynamically Generating Icons (safely)   Tags: Graphics

A csharp image enhancement filters library

A set of filters to modify and style your images and photos
18 Nov 2006, 15:52:00   Source: A csharp image enhancement filters library   Tags: Graphics

Queue-Linear Flood Fill: A Fast Flood Fill Algorithm

A super-fast flood fill algorithm and implementation, plus helpful optimization tips for image processing.

Fast Pointerless Image Processing in .NET

Process GDI+ images at blazing speeds, with no pointers or unsafe code. Eliminate the need for LockBits(), so you can edit the bits directly and update in real time.
15 Nov 2006, 19:28:00   Source: Fast Pointerless Image Processing in .NET   Tags: Graphics Performance