by Johan Meyer | Mar 2, 2012 | .NET, Development
Have you ever tried creating an image from text in C# .net. Well the .NET framework provides System.Drawing and System.Drawing.Graphics classes which helps us to generate an image from text. Below is the code: private Bitmap CreateBitmapImage(string sImageText) {...