RE: Help
- Posted by Brian Broker <bkb at cnw.com> Jan 31, 2002
- 441 views
I doubt it. It wouldn't make sense to use GDI calls in a DX library. -- Brian C. K. Lester wrote: > Heya, Martin. > > Do you know if Exotica is using those API calls you listed for > stretching > bitmaps? > > > BOOL StretchBlt( > > > > HDC hdcDest, // handle of destination device context > > int nXOriginDest, // x-coordinate of upper-left corner of dest. rect. > > int nYOriginDest, // y-coordinate of upper-left corner of dest. rect. > > int nWidthDest, // width of destination rectangle > > int nHeightDest, // height of destination rectangle > > HDC hdcSrc, // handle of source device context > > int nXOriginSrc, // x-coordinate of upper-left corner of > > source rectangle > > int nYOriginSrc, // y-coordinate of upper-left corner of > > source rectangle > > int nWidthSrc, // width of source rectangle > > int nHeightSrc, // height of source rectangle > > DWORD dwRop // raster operation code > > ); > > > > int SetStretchBltMode( > > > > HDC hdc, // handle of device context > > int iStretchMode // bitmap stretching mode > > ); > >