[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Copies a rectangular region from a DIB into an device context, shrinking or stretching it as required.
Source position: winapih.inc line 276
public function TWidgetSet.StretchDIBits( |
DC: HDC; |
DestX: Integer; |
DestY: Integer; |
DestWidth: Integer; |
DestHeight: Integer; |
SrcX: Integer; |
SrcY: Integer; |
SrcWidth: Integer; |
SrcHeight: Integer; |
Bits: Pointer; |
var BitsInfo: TBitmapInfo; |
Usage: UINT; |
Rop: DWORD |
):Integer; virtual; |
DC |
|
The destination Device Context. |
DestX |
|
The destination origin. |
DestY |
|
The destination origin. |
DestWidth |
|
The destination extent. |
DestHeight |
|
The destination extent. |
SrcX |
|
The source origin. |
SrcY |
|
The source origin. |
SrcWidth |
|
The source extent. |
SrcHeight |
|
The source extent. |
Bits |
|
The device independent bitmap bits. |
BitsInfo |
|
The bitmap info structure. |
Usage |
|
The color mode. |
Rop |
|
The raster operation. |
|
||
|
Copies a rectangular region to a device context, shrinking or stretching it as needed. |
|
|
Version 4.0 | Generated 2025-05-03 | Home |