C# Signature:

[DllImport("gdi32.dll")]
static extern bool PolyBezier(IntPtr hdc, POINT [] lppt, uint cPoints);

Última actualización