MGL_copyPage

Blts a block of image data from one page in a display device context to another page within the same device context.

Declaration

void MGL_copyPage(
    MGLDC *dc,
    int srcPage,
    rect_t r,
    int dstLeft,
    int dstTop,
    int op)

Prototype In

mgraph.h

Parameters

dc

Destination device context

srcPage

Page in DC to get the source data from

r

Rectangle defining are to Blt from

dstLeft

Left coordinate to Blt to

dstTop

Right coordinate to Blt to

op

Write mode to use during Blt

 

Description

This function is the same as MGL_copyPageCoord, however it takes entire rectangles as parameters 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