MGL_stretchBltFx
Stretches a block of image data from one device context to another, while applying different effects in the process.
Declaration
void MGL_stretchBltFx(
MGLDC dst,
MGLDC src,
rect_t srcRect,
rect_t dstRect,
bltfx_t *fx)
Prototype In
mgraph.h
Parameters
dst |
Destination device context |
src |
Source device context |
srcRect |
Rectangle defining source image |
dstRect |
Rectangle defining destination image |
fx |
Information describing the effects to apply to the blit (bltfx_t) |
Description
This function is the same as MGL_stretchBltFxCoord, however it takes entire rectangles as arguments instead of coordinates.
See Also
MGL_bitBlt, MGL_bitBltCoord, MGL_srcTransBlt, MGL_srcTransBltCoord, MGL_dstTransBlt, MGL_dstTransBltCoord, MGL_bitBltPatt, MGL_bitBltPattCoord, MGL_bitBltFx, MGL_bitBltFxCoord, MGL_stretchBlt, MGL_stretchBltCoord, MGL_stretchBltFx, MGL_stretchBltFxCoord, MGL_copyPage, MGL_copyPageCoord
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com