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