RE: Help

new topic     » goto parent     » topic index » view thread      » older message » newer message

Why wouldn't it make sense? :)

Explain GDI vs. API vs. DX.

Sorry, but I'm very ignorant when it comes to programming for Windows.

> 
> 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
> > >    );
> > 
> > 
> 
>

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu