'Declaration Public Shared Function Polygon( _ ByVal hdc As IntPtr, _ ByVal lpPoints() As Win32.POINT, _ ByVal nCount As Integer _ ) As Boolean
public static bool Polygon( IntPtr hdc, Win32.POINT[] lpPoints, int nCount )
Win32 Class Win32 Members