[]
public static extern bool UpdateLayeredWindow(nint hwnd, nint hdcDst, ref Win32.POINT pptDst, ref Win32.SIZE psize, nint hdcSrc, ref Win32.POINT pprSrc, int crKey, ref Win32.BLENDFUNCTION pblend, int dwFlags)
| Type | Name | Description |
|---|---|---|
| nint | hwnd | |
| nint | hdcDst | |
| Win32.POINT | pptDst | |
| Win32.SIZE | psize | |
| nint | hdcSrc | |
| Win32.POINT | pprSrc | |
| int | crKey | |
| Win32.BLENDFUNCTION | pblend | |
| int | dwFlags |
| Type | Description |
|---|---|
| bool |