Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
_GetImage... Procedures
◄Summary► ◄Details► ◄Example► ◄Back►
PROCEDURE _GetImage( x1, y1, x2, y2 : Integer; VAR image );
PROCEDURE _GetImage_w( wx1, wy1, wx2, wy2 : Double; VAR image );
PROCEDURE _GetImage_wxy( VAR wxy1, wxy2 : _WXYCoord; VAR image );
Store image in buffer
Unit: MSGraph
See also: GetMem, _GrStatus, _ImageSize, _ImageSize_w,
_ImageSize_wxy, _PutImage, _PutImage_w, _SetClipRgn,
_SetViewport, _SetWindow,