宣言
Declare Function StretchBlt Lib “gdi32.dll” ( _
ByVal hdcDest As IntPtr, _
ByVal nXOriginDest As Integer, _
ByVal nYOriginDest As Integer, _
ByVal nWidthDest As Integer, _
ByVal nHeightDest As Integer, _
ByVal hdcSrc As IntPtr, _
ByVal nXOriginSrc As Integer, _
ByVal nYOriginSrc As Integer, _
ByVal nWidthSrc As Integer, _
ByVal nHeightSrc As Integer, _
ByVal dwRop As TernaryRasterOperations) As Boolean
参考情報
※ページのURLは変更になりますので、その際は検索結果を開いて下さい。
システム開発のためのVB.NETプログラミング関係一覧に戻る