In This Topic
The BitBlt method.
Syntax
'Declaration
Public Shared Function BitBlt( _
ByVal As IntPtr, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As IntPtr, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
) As Boolean
'Usage
Dim hdcDest As IntPtr
Dim nXDest As Integer
Dim nYDest As Integer
Dim nWidth As Integer
Dim nHeight As Integer
Dim hdcSrc As IntPtr
Dim nXSrc As Integer
Dim nYSrc As Integer
Dim dwRop As Integer
Dim value As Boolean
value = VisualStyle.BitBlt(hdcDest, nXDest, nYDest, nWidth, nHeight, hdcSrc, nXSrc, nYSrc, dwRop)
public static bool BitBlt(
IntPtr ,
int ,
int ,
int ,
int ,
IntPtr ,
int ,
int ,
int
)
Parameters
- hdcDest
- nXDest
- nYDest
- nWidth
- nHeight
- hdcSrc
- nXSrc
- nYSrc
- dwRop
See Also