Related resources for DrawString
  • Auto Redraw in VB.NET3/6/2019 11:51:35 PM. This is a problem if you wish to display text and graphics directly on a form.
  • IM Chat Interface for C# and .NET12/12/2018 5:41:02 AM. This article describes a way to create a colorful chat interface for instant messaging. In this chat interface you can use html and emoticon tags to display colorful text and bitmaps in order to give
  • Notepad.NET - Printing a Multiline Textbox in C# and .NET5/19/2012 2:45:01 AM. Notepad.NET is a file text editor that allows you to edit multiple files at the same time. It also has a few nice features not included in notepad, such as print preview and a most recently used file list. This article describes how printing is performed in this utility.
  • Transforming Text in GDI+1/1/2010 7:58:58 AM. In this article I will explain how to Transforming Text in GDI+.
  • Working with Text and Strings in GDI+ 12/27/2009 9:52:38 PM. In this article I will explain about Working with Text and Strings in GDI+.
  • Drawing Formatted Text in GDI+ 12/23/2009 11:15:24 AM. In this article I will explain about Drawing Formatted Text in GDI+.
  • Creating a Line Chart Application in GDI+11/20/2009 12:25:18 AM. In this article I will explain how to create a line chart in GDI+.
  • Drawing Text in GDI+11/17/2009 11:55:30 PM. In this article I will explain you how to drawing Text in GDI+.
  • Graphics using GDI+1/31/2007 7:20:45 AM. This sample project shows how to draw various graphics objects on a Form using GDI+ objects.
  • Printing out your W2 Form using C# and .NET1/31/2007 7:16:37 AM. This article covers a fairly practical aspect of using a computer - dealing with forms. The concepts in this article can be used to create any Form Application so that you can design forms that you can Fill Out, Open, Save, Print and Print Preview.
  • A Virtual Clock in C# and GDI+1/31/2007 5:17:03 AM. This article describes how to create a virtual clock in C#. The hands of the clock are drawn using GraphicPaths.
  • Creating Word Find Pzzules in C# and GDI+9/1/2006 6:16:12 AM. In the past I have been guilty of trying a few of word find puzzles myself, so I figured why not give it a go it .NET. The Word Find creator reads a MSDE database of Words and Categories.
  • C# Corner Logo: 3D GDI+ Effect8/30/2006 8:30:15 AM. "It's time to redesign the logo. Let's do some 3D work here". That's what Owen said an hour ago. And after that he drew a 3D C# logo on the board.
  • 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.
  • Business Card Designer Using C#12/26/2005 11:28:19 PM. For those of you that don't want to go out and buy a fancy business card utility, this article may prove to be just the trick for designing easy colorful business cards.
  • Creating your own cool Volume Control using GDI+12/26/2005 11:03:54 PM. In this article, I'll give you an example of creating your own control.
  • Adding Copyright to a Graphics12/26/2005 6:47:38 AM. With the popularity of digital cameras and the increase of digital archive web sites allowing you to buy images to use its handy to be able to add a copyright to your image.
  • 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.
  • CartWheel Man - Animating GraphicPaths12/26/2005 6:38:30 AM. This simple application illustrates how GraphicsPaths can be animated to look like something is moving across the screen.
  • Drawing Transparent Images and Shapes using Alpha Blending12/26/2005 5:32:07 AM. Alpha blending is a process of mixing colors and generating a transparent affect. To test this, you draw some graphics shapes on a surface and draw image on top of those shapes and you should be able to see the shapes.
  • Web Thermometer in C# and .NET12/26/2005 5:04:28 AM. The Web Thermometer is a good example for using GDI+.
  • EggTimer in C#12/26/2005 3:44:40 AM. This simple timer app will count down from whatever value is set in the textbox.
  • 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