GDI+ is a new graphics subsystem for Windows and provides a new set of graphics APIs for rendering 2D graphics, images, and text. GDI+ is the only API for drawing in the .NET Framework, but in Delphi it is a complement to the current GDI to...
An SVG framework in C# and an SVG-GDI+ bridge is an article through which programmers can gain knowledge about SvgNet, which is a C# library that facilitates the process of creating SVG images. Here the author explains about various classes that...
GDI+ with code behind is an article in which author describes the process of executing the code-behind method in GDI of ASP.NET. The author gives information about creating a web page and also gives programming logic in the Page_Load event....
How to Use a GDI+ Application in NETCOBOL for .NET is an article in which the author gives description for utilizing GDI+ and NETCOBOL for creating a image in .NET framework. In this tutorial the author gives details about utilizing the tools...
In this tutorial the author discusses about GDI graphics. This tutorial explains about GDI+ and its uses and details on using the same for drawing simple shapes such as circle squares etc., The author provides step-by-step procedures that have to...
GDI+ Controls are a set of GDI+ based components for Delphi.The include, a GDI Plus font selector, HSV/RGB Color selector with Alpha Support with Frame and Dialog implementations, a Color Panel with alpha support, a GDI + Canvas, like a TPaintBox...
Use all the potential of GDI+ in your ASP.NET Mobile Applications. You can use ImageDraw to deliver real time dynamically generated images such as charts, diagrams or any other graphical application. You will not have to create, never again, an...
This is an article for performing color processing over the images. Here the author guides users on performing pixel by pixel level procedure on an image. The author makes it possible with the help of .NET framework's GDI+. This will be useful for...
This is an article where ASP.NET users can find information on the basic functionalities of GDI+. This tutorial starts with a simple introduction to GDI+ and explains about its three parts imaging, 2D graphic and typography. In this tutorial users...
This is an online tutorial that guides readers to read animated GIFs on ASP.NET with the help of GDI+. Here this tutorial explains extracting and counting the individual frames can be done by using GDI+, so here the author demonstrates by... |