In This Topic
Syntax
'Declaration
Public Shared Function BitBlt( _
ByVal As System.IntPtr, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.IntPtr, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.UInteger _
) As System.Boolean
public static System.bool BitBlt(
System.IntPtr ,
System.int ,
System.int ,
System.int ,
System.int ,
System.IntPtr ,
System.int ,
System.int ,
System.uint
)
Parameters
- hdcDest
- nXDest
- nYDest
- nWidth
- nHeight
- hdcSrc
- nXSrc
- nYSrc
- dwRop
See Also