| [Overview][Types][Procedures and functions][Variables][Index] | 
Copies a rectangular region into an device context, shrinking or stretching it as required.
Source position: winapih.inc line 275
function StretchBlt(  | 
DestDC: HDC;  | 
X: Integer;  | 
Y: Integer;  | 
Width: Integer;  | 
Height: Integer;  | 
SrcDC: HDC;  | 
XSrc: Integer;  | 
YSrc: Integer;  | 
SrcWidth: Integer;  | 
SrcHeight: Integer;  | 
Rop: Cardinal  | 
):Boolean;  | 
| Version 4.0 | Generated 2025-05-03 | Home |