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