public static bool BitBlt(
IntPtr hObject,
int nXDest,
int nYDest,
int nWidth,
int nHeight,
IntPtr hObjSource,
int nXSrc,
int nYSrc,
GDIApi..::..TernaryRasterOperations dwRop
)
public static bool BitBlt(
IntPtr hObject,
int nXDest,
int nYDest,
int nWidth,
int nHeight,
IntPtr hObjSource,
int nXSrc,
int nYSrc,
GDIApi..::..TernaryRasterOperations dwRop
)
Public Shared Function BitBlt (
hObject As IntPtr,
nXDest As Integer,
nYDest As Integer,
nWidth As Integer,
nHeight As Integer,
hObjSource As IntPtr,
nXSrc As Integer,
nYSrc As Integer,
dwRop As GDIApi..::..TernaryRasterOperations
) As Boolean
Public Shared Function BitBlt (
hObject As IntPtr,
nXDest As Integer,
nYDest As Integer,
nWidth As Integer,
nHeight As Integer,
hObjSource As IntPtr,
nXSrc As Integer,
nYSrc As Integer,
dwRop As GDIApi..::..TernaryRasterOperations
) As Boolean
public:
static bool BitBlt(
IntPtr hObject,
int nXDest,
int nYDest,
int nWidth,
int nHeight,
IntPtr hObjSource,
int nXSrc,
int nYSrc,
GDIApi..::..TernaryRasterOperations dwRop
)
public:
static bool BitBlt(
IntPtr hObject,
int nXDest,
int nYDest,
int nWidth,
int nHeight,
IntPtr hObjSource,
int nXSrc,
int nYSrc,
GDIApi..::..TernaryRasterOperations dwRop
)
static member BitBlt :
hObject : IntPtr *
nXDest : int *
nYDest : int *
nWidth : int *
nHeight : int *
hObjSource : IntPtr *
nXSrc : int *
nYSrc : int *
dwRop : GDIApi..::..TernaryRasterOperations -> boolstatic member BitBlt :
hObject : IntPtr *
nXDest : int *
nYDest : int *
nWidth : int *
nHeight : int *
hObjSource : IntPtr *
nXSrc : int *
nYSrc : int *
dwRop : GDIApi..::..TernaryRasterOperations -> bool