MGL_getDivot

Saves a divot of video memory into system RAM.

Declaration

void MGL_getDivot(
    MGLDC dc,
    rect_t,
    void *divot)

Prototype In

mgraph.h

Parameters

dc

Device context to save divot from

divot

Pointer to area to store the video memory in

 

Description

This function is the same as MGL_getDivotCoord however it takes entire rectangles as arguments instead of coordinates.

See Also

MGL_putDivot, MGL_divotSize, PM_malloc

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com