[]
public static extern int SetWindowRgn(IntPtr hwnd, IntPtr hrgn, bool bRedraw)
Public Shared Function SetWindowRgn(hwnd As IntPtr, hrgn As IntPtr, bRedraw As Boolean) As Integer
| Type | Name | Description |
|---|---|---|
| IntPtr | hwnd | |
| IntPtr | hrgn | |
| bool | bRedraw |
| Type | Description |
|---|---|
| int |