GradientFill function

GradientFill function

Ritratto di David DiLaura

I'd like to use this function to shade-fill triangles and rectangles in memory-resident bitmaps. The on-line GDI bitmap function documentation describes it, but doesn't explicitly say what lib it's in. Does anyone know where to point the linker?

5 post / 0 new
Ultimo contenuto
Per informazioni complete sulle ottimizzazioni del compilatore, consultare l'Avviso sull'ottimizzazione
Ritratto di llynisa

A complete list is in ...VC98LibWin32API.CSV

Alan

Ritratto di Steve Lionel (Intel)

It doesn't seem to be in any library - looks as if you have to dynamically load msimg32.dll and find it there using GetProcAddress.

Steve

Steve
Ritratto di gfthomas8

Are there any plans for the next release of CVF to include API additions introduced with Windows 2000 and Windows XP? For example, gdi+, theme stuff, etc.

Ritratto di Steve Lionel (Intel)

For CVF 6.6, we added all of the new APIs we could find (for the libraries we support.) We'll try to keep up as best we can, but we don't promise to add all new "collections" of APIs (eg. themes). If you have a desire for some particular library, let us know at vf-support@compaq.com

Steve

Steve

Accedere per lasciare un commento.