Home
Photos
Links
SED Editor
TypeLib Browser
Data Access
COM
WebBrowser
WMI
MAPI
GDI+
DirectX
Scripting
VB6 ActiveX
Other ActiveX
Other Wrappers

GDI+

 

Disclaimer

 

This software and accompanying documentation are provided "as is" and without warranties as to performance or merchantability or any other warranties whether expressed or implied. Because of the various hardware and software environments into which this application may be used, no warranty of fitness for a particular purpose is offered. The user must assume the entire risk of using this software. In no case shall any of the contributors to this project be liable for any incidental, special or consequential damages or loss, including, without limitation, lost profits or the inability to use equipment or access data. This is true even if we are advised of the possibility of such damages. We also don't have any obligation of' fix eventual bugs or to add new features.

 

 

About GDI+

 

GDI+ is the successor to GDI, the graphics device interface included with earlier versions of Windows.

 

A graphics device interface, such as GDI+, allows application programmers to display information on a screen or printer without having to be concerned about the details of a particular display device. The application programmer makes calls to the provided functions and those functions in turn make the appropriate calls to specific device drivers. GDI+ insulates the application from the graphics hardware, and it is this insulation that allows developers to create device-independent applications.

 

Microsoft Windows GDI+ exposes a flat application programming interface (API) that consists of about 600 functions, which are implemented in Gdiplus.dll and declared in Gdiplusflat.h. Microsoft has wrapped these functions with a collection of about 40 C++ classes and the Microsoft Product Support Services will not provide support for code that calls the flat API directly.

The functions in the flat API return a status value that indicates whether the call has succeeded or not.
 

MSDN Documentation: GDI+

 

 

Downloads

 

Downloads available in my forum.

Examples available in my forum.

 

 

GDI+ Reference

 

GDI+ Constants

GDI+ Enumerations

GDI+ Functions

GDI+ Structures

 

 

GDI+ Flat API

 

AdjustableArrowCap Functions

Bitmap Functions

Brush Functions

CachedBitmap Functions

CustomLineCap Functions

Font Functions

FontFamily Functions

Graphics Functions (B-C)

Graphics Functions (D)

Graphics Functions (E-F)

Graphics Functions (G)

Graphics Functions (I-R)

Graphics Functions (S-T)

GraphicsPath Functions (A)

GraphicsPath Functions (C-W)

HatchBrush Functions

Image Functions

ImageAttributes Functions

LinearGradientBrush Functions

Matrix Functions

Memory Functions

Notification Functions

PathGradientBrush Functions

PathIterator Functions

Pen Functions

Region Functions

SolidBrush Functions

String Format Functions

Text Functions

Texture Brush Functions

 

Home Photos Links SED Editor TypeLib Browser Data Access COM WebBrowser WMI MAPI GDI+ DirectX Scripting VB6 ActiveX Other ActiveX Other Wrappers

Page last updated on Friday, 20 July 2007 19:17:00 +0200