| RTL referenceGlossary|Tips/Tricks|FREE App/VCL|Best'O'Net|Books|Link To |
| GDI Graphics In Delphi | |||||||||||||||||||||||||
| Page 1: GDI Jargon | |||||||||||||||||||||||||
Article submitted by: Alistair Keys
Umm, GDI You Say? The first point to note is that you should not attempt to use the GDI for any fancy graphical effects, like cross-fading pictures, as it is a bit primitive. For professional-looking graphics try using DirectX, OpenGL, or a graphics library (e.g. any of these, among others: DelphiX, FastLib, DIBUltra, Graphics32...). However, you can use the GDI for some neat effects, with a little creativity.
Anything Else I Should Know? Another (pretty important) note is that you will start by using the standard Delphi graphics functions, as these are wrappers for the GDI functions of Windows. When the need arises, I will describe the Windows GDI functions for which Delphi provides a nice interface.
Enough Jargon! Let's Draw! Now you've experienced some silly jargon we can start to draw things. We'll take it easy and begin with lines and shapes.
Question, Suggestions... |
|||||||||||||||||||||||||
All graphics (if any) in this feature created by Zarko Gajic.
| More Delphi |
|
· Learn another routine every day - RTL Quick Reference. · Download free source code applications and components. · Talk about Delphi Programming, real time. · Link to the Delphi Programming site from your Web pages. · Tutorials, articles, tech. tips by date: 2001|2000|1999|1998 or by TOPIC. |
|
· NEXT ARTICLE:
Articles. More Delphi articles |
| Stay informed with all new and interesting things about Delphi (for free). |
|
|
| Got some code to share? Got a question? Need some help? |
