GDIApi BitBlt Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Namespace: NFX.WinApi
Assembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static bool BitBlt(
	IntPtr hObject,
	int nXDest,
	int nYDest,
	int nWidth,
	int nHeight,
	IntPtr hObjSource,
	int nXSrc,
	int nYSrc,
	GDIApi..::..TernaryRasterOperations dwRop
)

Return Value

Type: OnlineBoolean
See Also