C# Signature:

[DllImport("gdi32.dll")]
static extern bool LPtoDP(IntPtr hdc, [In, Out] POINT [] lpPoints, int nCount);

Última actualización