This page was generated automatically from The Delphi Super Page archive. If you have any remarks concerning this page please do not hesitate to mail me.
In your mail please do refer to your unique DSP author ID which is 0003917. This helps me to locate your data records in DSP databse.
 
Author/SiteName(Contact)e-mailHome Page
  Henri Gourvest [email][Home]

 

 

Files

[ gdiplus.zip ] [ 813,957 bytes ] [ Freeware ] [ With Source ]
[ D5 | D6 ]
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 provide more advanced rendering capabilities. Here's what you get with GDI+: antialiased 2D drawing, alpha channel support, universal transformations and floating point coordinates, gradient brushes, cardinal splines, scalable regions, and a new programming model. The GDI+ feature can be easily redistributed. GDI+ is standard on Windows XP. For Windows 98, Windows Me, Windows NT# 4.0, and Windows 2000, you can simply copy GdiPlus.DLL into your app's directory. GDI+ uses a different programming model from GDI. Instead of selecting brushes and pens into a device context, in GDI+ you pass the pen or brush into every drawing command. Graphics elements are no longer drawn with both the pen and brush together; they are outlined and filled using separate functions (such as DrawRectangle and FillRectangle).
I've tested all functions of GDIPlus API for Delphi 5/6, so i'm sure this API is fully fonctionnal. You will find 82 sample applications to learn how to use most of GDIPlus features.
Added: 10-03-2002   |  Version: 1.0   |  Downloads: 2743/2743/11
Author:Henri Gourvest   [Homepage]   [DSP files]

 

© 1995-2006 Robert M. Czerwinski ( The Delphi Super Page a.k.a. DSP ).
All rights reserved.