[]
public static extern bool Polygon(IntPtr hdc, Win32.POINT[] lpPoints, int nCount)
Public Shared Function Polygon(hdc As IntPtr, lpPoints As Win32.POINT(), nCount As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| IntPtr | hdc | |
| POINT[] | lpPoints | |
| int | nCount |
| Type | Description |
|---|---|
| bool |