C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / BitBlt Method

In This Topic
BitBlt Method (Win32)
In This Topic
Syntax
'Declaration
 
Public Shared Function BitBlt( _
   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 UInteger _
) As Boolean
 

Parameters

hdcDest
nXDest
nYDest
nWidth
nHeight
hdcSrc
nXSrc
nYSrc
dwRop
See Also