Vertragsverwaltung-Klassenbibliothek  

form1.BitBlt -Methode

[Visual Basic]
Private Declare Auto Function BitBlt Lib "gdi32.dll" ( _ 
ByVal hdcDest As IntPtr, _ 
ByVal nXDest As Integer, _ 
ByVal nYDest As Integer, _ 
ByVal nWidth As Integer, _ 
ByVal nHeight As Integer, _ 
ByVal hdcSrc As IntPtr, _ 
ByVal nXSrc As Integer, _ 
ByVal nYSrc As Integer, _ 
ByVal dwRop As Integer
) As Boolean

Parameter

hdcDest
nXDest
nYDest
nWidth
nHeight
hdcSrc
nXSrc
nYSrc
dwRop

Quellcode

[Visual Basic]
    Private Declare Auto Function BitBlt Lib "gdi32.dll" (ByVal _ 
hdcDest As IntPtr, ByVal nXDest As Integer, ByVal _ 
nYDest As Integer, ByVal nWidth As Integer, ByVal _ 
nHeight As Integer, ByVal hdcSrc As IntPtr, ByVal nXSrc _ 
As Integer, ByVal nYSrc As Integer, ByVal dwRop As _ 
System.Int32) As Boolean

Forderungen

Plattformen: Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

Siehe auch

form1