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