宣言
Declare Function StretchDIBits Lib “gdi32.dll” _
(ByVal hdc As Integer, ByVal XDest As Integer, ByVal YDest As Integer, _
ByVal nDestWidth As Integer, ByVal nDestHeight As Integer, ByVal XSrc As Integer, _
ByVal YSrc As Integer, ByVal nSrcWidth As Integer, ByVal nSrcHeight As Integer, _
ByVal lpBits As Byte(), ByRef lpBitsInfo As BITMAPINFOHEADER, ByVal iUsage As Integer, _
ByVal dwRop As Integer) As Integer
参考情報
※ページのURLは変更になりますので、その際は検索結果を開いて下さい。