A
Ahmed Jewahar
Dear All,
Below code I found in a post which bit older. I really appreciate if any
of you could help me out to convert into VB.NET.
Declare the API function.
---------------------------
[System.Runtime.InteropServices.DllImportAttribute("gdi32.dll")]
private static extern bool BitBlt(
IntPtr hdcDest,
int nXDest,
int nYDest,
int nWidth,
int nHeight,
IntPtr hdcSrc,
int nXSrc,
int nYSrc,
System.Int32 dwRop)
Below code I found in a post which bit older. I really appreciate if any
of you could help me out to convert into VB.NET.
Declare the API function.
---------------------------
[System.Runtime.InteropServices.DllImportAttribute("gdi32.dll")]
private static extern bool BitBlt(
IntPtr hdcDest,
int nXDest,
int nYDest,
int nWidth,
int nHeight,
IntPtr hdcSrc,
int nXSrc,
int nYSrc,
System.Int32 dwRop)