SidebarLibrary.Win32.WindowsAPI.PatBlt C# (CSharp) Method

PatBlt() private method

private PatBlt ( IntPtr hDC, int XLeft, int YLeft, int Width, int Height, uint Rop ) : bool
hDC System.IntPtr
XLeft int
YLeft int
Width int
Height int
Rop uint
return bool
		static public extern bool PatBlt(IntPtr hDC, int XLeft, int YLeft, int Width, int Height, uint Rop);
		[DllImport("gdi32.dll")]