Click or drag to resize

PIUpdateLayeredWindow Method

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.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
Type: SystemIntPtr
hdcDst
Type: SystemIntPtr
pptDst
Type: Internal.ComponentFactory.Krypton.ToolkitPIPOINT
psize
Type: Internal.ComponentFactory.Krypton.ToolkitPISIZE
hdcSrc
Type: SystemIntPtr
pprSrc
Type: Internal.ComponentFactory.Krypton.ToolkitPIPOINT
crKey
Type: SystemInt32
pblend
Type: Internal.ComponentFactory.Krypton.ToolkitPIBLENDFUNCTION
dwFlags
Type: SystemInt32

Return Value

Type: Boolean
See Also