Related resources for Graphics class
  • Lunar calendar in C#8/18/2010 12:18:51 AM. In this article I will show how to create a lunar calendar in C#.
  • Graphics class and Transformation in GDI+4/15/2010 11:59:43 PM. In this article I will explain about Graphics class and Transformation in GDI+.
  • Miscellaneous Graphics Class Methods in GDI+12/11/2009 2:25:00 AM. In this article I will explain about Miscellaneous Graphics Class Methods in GDI+.
  • The Graphics Class11/13/2009 1:16:28 AM. In this article I will explain you about the Graphic Class methods and properties.
  • The Graphics Class and Transformations1/31/2007 5:58:17 AM. The Graphics class defined the transformation related functionality. This article discussed the Graphics class and its members that participate in transformation process.
  • Hangman: Using GDI+ in ASP.NET Applications2/2/2006 5:40:52 AM. This example shows how you can combine GDI+ commands on a web form.
  • Time Ticker2/2/2006 4:14:19 AM. Graphics Class encapsulates a GDI+ drawing surface. The FromHWND method is used to create a new instance of the Graphics class from a window handle. Clear method fills the entire drawing surface with the specified RGB color by using Color class. DrawString method draws a string using Font and SolidBrush classes.
  • Reusable System Information Component1/5/2006 5:09:01 AM. In this article we will create a reusable component, which retrieves the operating system information. We will explore ComponentModel and SystemInformation class also.
  • Making Thumbnails of Transparent Images in .NET and C#12/26/2005 4:03:18 AM. When I started writing web applications using .NET, I found myself in need to dynamically create thumbnails of images that could be uploaded by the user or pulled from a database.
  • The Matrix Class and Transformations12/26/2005 2:01:35 AM. Matrices play a vital role in the transformation process. In GDI+, the Matrix class represents a 3×2 matrix that contains x, y, and w values in the first, second, and third columns, respectively.
  • Working with Drawing Class12/26/2005 1:36:41 AM. This article gives an overview to work with drawing and printing class. It explains how to use various methods in the drawing and printing class.
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download