Click or drag to resize

PIBitBlt Method


Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static int BitBlt(
	IntPtr hDestDC,
	int x,
	int y,
	int nWidth,
	int nHeight,
	IntPtr hSrcDC,
	int xSrc,
	int ySrc,
	int dwRop
)

Parameters

hDestDC  IntPtr
 
x  Int32
 
y  Int32
 
nWidth  Int32
 
nHeight  Int32
 
hSrcDC  IntPtr
 
xSrc  Int32
 
ySrc  Int32
 
dwRop  Int32
 

Return Value

Int32
See Also