Click or drag to resize

PIUpdateLayeredWindow 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 bool UpdateLayeredWindow(
	IntPtr hwnd,
	IntPtr hdcDst,
	ref PIPOINT pptDst,
	ref PISIZE psize,
	IntPtr hdcSrc,
	ref PIPOINT pprSrc,
	int crKey,
	ref PIBLENDFUNCTION pblend,
	int dwFlags
)

Parameters

hwnd  IntPtr
 
hdcDst  IntPtr
 
pptDst  PIPOINT
 
psize  PISIZE
 
hdcSrc  IntPtr
 
pprSrc  PIPOINT
 
crKey  Int32
 
pblend  PIBLENDFUNCTION
 
dwFlags  Int32
 

Return Value

Boolean
See Also