Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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