[]
public static extern bool SetLayeredWindowAttributes(IntPtr hwnd, int crKey, byte bAlpha, int dwFlags)
Public Shared Function SetLayeredWindowAttributes(hwnd As IntPtr, crKey As Integer, bAlpha As Byte, dwFlags As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| IntPtr | hwnd | |
| int | crKey | |
| byte | bAlpha | |
| int | dwFlags |
| Type | Description |
|---|---|
| bool |