StretchDIBits

宣言

 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



参考情報


Microsoftのページ

※ページのURLは変更になりますので、その際は検索結果を開いて下さい。


Microsoftの検索結果



クラスやメソッド・APIの宣言などに戻る



system-development

システム開発のためのVB.NETプログラミング関係一覧に戻る