StretchBlt Method (Win32)
In This Topic
Syntax
'Declaration
Public Shared Function StretchBlt( _
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, _
ByVal As Integer, _
ByVal As UInteger _
) As Boolean
public static bool StretchBlt(
IntPtr ,
int ,
int ,
int ,
int ,
IntPtr ,
int ,
int ,
int ,
int ,
uint
)
Parameters
- hdcDest
- nXOriginDest
- nYOriginDest
- nWidthDest
- nHeightDest
- hdcSrc
- nXOriginSrc
- nYOriginSrc
- nWidthSrc
- nHeightSrc
- dwRop
See Also