StretchDIBits Method (Win32)
In This Topic
Syntax
'Declaration
Public Shared Function StretchDIBits( _
ByVal As IntPtr, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As IntPtr, _
ByVal As IntPtr, _
ByVal As UInteger, _
ByVal As Integer _
) As Integer
public static int StretchDIBits(
IntPtr ,
int ,
int ,
int ,
int ,
int ,
int ,
int ,
int ,
IntPtr ,
IntPtr ,
uint ,
int
)
Parameters
- hdc
- XDest
- YDest
- nDestWidth
- nDestHeight
- XSrc
- YSrc
- nSrcWidth
- nSrcHeight
- lpBits
- lpBitsInfo
- iUsage
- dwRop
See Also