3 references to ConvertGPPOINTArray
System.Drawing (3)
commonui\System\Drawing\Advanced\Matrix.cs (2)
482Point[] newPts = SafeNativeMethods.Gdip.ConvertGPPOINTArray(buf, pts.Length); 555Point[] newPts = SafeNativeMethods.Gdip.ConvertGPPOINTArray(buf, pts.Length);
commonui\System\Drawing\Graphics.cs (1)
1107Point[] newPts = SafeNativeMethods.Gdip.ConvertGPPOINTArray(buf, pts.Length);