C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / StretchDIBits Method

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

Parameters

hdc
XDest
YDest
nDestWidth
nDestHeight
XSrc
YSrc
nSrcWidth
nSrcHeight
lpBits
lpBitsInfo
iUsage
dwRop
See Also