| 2D Poligon Drawer-Animator |
| The Code Project |
| Draw poligons, manipulate them, and animate them |
|
| CAPTCHA Image |
| The Code Project |
| Using CAPTCHA images to prevent automated form submission. |
|
| CAPTCHA Image |
| The Code Project |
| Using CAPTCHA images to prevent automated form submission. |
|
| Cartwheel Man - Animating GraphicPaths |
| C# Corner |
| This simple application illustrates how GraphicsPaths can be animated to look like something is moving across the screen. |
|
| Creating Graphics On-the-Fly in ASP.NET |
| DotNetJunkies |
| Creating graphic for use in your web page is a snap in .NET. In this example I will be using VB.NET to create a graphic file for use in a page. Since this graphic will be hosted in an Image server control you will have full access to placement, sizing and other properties.
|
|
| Creating Graphics On-the-Fly in ASP.NET |
| DotNetJunkies |
| Creating graphics for use in a Web page is a snap in .NET. Since this graphic will be hosted in an Image server control you will have full access to placement, sizing and other properties. |
|
| Doodle - a Basic Paint Package in GDI+ |
| The Code Project |
| In this article I hope to show you some of the really amazing stuff that GDI+ can do. I have been working on a paint program for 18 months now, and I am amazed at how much stuff I had to learn the hard way which is now just a piece of cake, because GDI+ does the work for you. The subject of this article is a simple paint program, which allows you to load and save images, as well as create new ones, and draw on them free hand, creating lines/filled shapes and gradient filled shapes, and also a soft brush ( a brush which is solid in the centre and has progressively more transparency towards it's edge. ) |
|
| Dynamically Create Bar and Pie Charts in ASP.NET (Step-by-Step) |
| ASP Alliance |
| The new GDI+ classes and objects available in the Microsoft .NET Framework make it easy to create custom images and graphics on-the-fly, including leveraging information from any data source. In this article, I will walk through some simple steps of creating bar chart and pie chart images in ASP.NET based on information from a data source. |
|
| Dynamically Create Bar and Pie Charts in ASP.NET (Step-by-Step) |
| http://aspalliance.com/ |
| Creating dynamically generated graphs and charts to graphically represent data from some data source in any application has often been a major requirement for developers. In most cases developers would have to resort to sometimes costly third-part component to accomplish these tasks. However, the new GDI+ classes and objects available in the Microsoft .NET Framework make it easy to create custom images and graphics on-the-fly, including leveraging information from any data source. In this article, I will walk through some simple steps of creating bar chart and pie chart images in ASP.NET based on information from a data source. |
|
| GDI+ Brushes and Matrices |
| The Code Project |
| This article will cover three of the five brush types ( SolidBrush, LinearGradientBrush and TextureBrush), with PathGradientBrush fitting more into the next tutorial, on using Pens and Path's, and HatchBrush being left out mainly because I didn't find it interesting, and certainly it is pretty self explanatory once you've gone through this tutorial. |
|
| Printing the .Net TreeView Control |
| The Code Project |
| A class to handle printing a .Net Treeview control. |
|
| Working with Brushes in GDI+ |
| C# Corner |
| You can create different types of brushes in GDI+. In this article, I’ll show you how to create various types of brushes. |
|