Related resources for onPaint
  • Rotation Sample in GDI+12/1/2012 4:18:24 AM. After reading Mike Gold's article on transforms I thought I would get things moving a bit.
  • How to Chart in GDI+ using VB.NET11/9/2012 7:24:35 AM. This article shows an example of creating simple charts using GDI+ commands in C#.
  • Overriding the OnPaint Method of a Form in GDI+10/5/2012 8:06:04 AM. In this article you will learn how to Override the OnPaint Method of a Form in GDI+.
  • ColorReliefButton9/30/2012 4:40:40 AM. My idea was to create a button that can be used as a colourful decoration for any application. The look of the ColorReliefButton can be determined by changing property values. The main attraction should be a cool look (Relief) of the controls text. Like this almost any font (TrueTyp) can be used to decorate a button and there is no need to use bitmaps.
  • The GDI+Painter Application1/6/2010 2:32:20 AM. In this article I will explain about the GDI+Painter Application.
  • How to write a GDI+ Application11/4/2009 3:20:51 AM. In this article you’ll learn how to write your first GDI+ application, step-by-step. You will create a Window application and draw a few simple objects.
  • Making Transparent Controls using GDI+ and C#1/31/2007 6:44:17 AM. This article shows you how to draw transparent controls with the help of GDI+.
  • Graphics Animation Sample12/26/2005 11:24:20 PM. After finishing a text program (lottery) its time for some fun. Everytime a have to work with a new language.I write a small program to bounce some balls in a box.
  • Drawing With no OnPaint Method12/26/2005 7:09:33 AM. In this sample example, I draw GDI+ objects on button click.
  • Charting in GDI+12/26/2005 6:44:23 AM. Here is an example of creating simple charts using GDI+ commands in C#. I have used the random class to create 5 random percentage values. I then use GDI+ to plot these values on a chart.
  • An Animation Component using C#12/26/2005 6:09:24 AM. Sometimes its desirable to get those graphics moving a bit and this article show the control to implement it.
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download