C# Signature:
[DllImport("gdi32.dll")]
static extern bool PolyPolygon(IntPtr hdc, POINT [] lpPoints,
int [] lpPolyCounts, int nCount);
Última actualización
[DllImport("gdi32.dll")]
static extern bool PolyPolygon(IntPtr hdc, POINT [] lpPoints,
int [] lpPolyCounts, int nCount);
Última actualización