C# Signature:
[DllImport("gdi32.dll")]
static extern bool PolyPolyline(IntPtr hdc, POINT [] lppt,
uint [] lpdwPolyPoints, uint cCount);
Última actualización
[DllImport("gdi32.dll")]
static extern bool PolyPolyline(IntPtr hdc, POINT [] lppt,
uint [] lpdwPolyPoints, uint cCount);
Última actualización