GradientFill function

GradientFill function

Imagen de 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?

publicaciones de 5 / 0 nuevos
Último envío
Para obtener más información sobre las optimizaciones del compilador, consulte el aviso sobre la optimización.
Imagen de llynisa

A complete list is in ...VC98LibWin32API.CSV

Alan

Imagen de 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
Imagen de 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.

Imagen de 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

Inicie sesión para dejar un comentario.