7 references to ConvertGPPOINTFArrayF
System.Drawing (7)
commonui\System\Drawing\Advanced\GraphicsPath.cs (2)
327pathData.Points = SafeNativeMethods.Gdip.ConvertGPPOINTFArrayF(memoryPoints, numPts); 1731PointF[] points = SafeNativeMethods.Gdip.ConvertGPPOINTFArrayF(buf, count);
commonui\System\Drawing\Advanced\GraphicsPathIterator.cs (2)
287points = SafeNativeMethods.Gdip.ConvertGPPOINTFArrayF(memoryPts, count); 329points = SafeNativeMethods.Gdip.ConvertGPPOINTFArrayF(memoryPts, count);
commonui\System\Drawing\Advanced\Matrix.cs (2)
449PointF[] newPts = SafeNativeMethods.Gdip.ConvertGPPOINTFArrayF(buf, pts.Length); 514PointF[] newPts = SafeNativeMethods.Gdip.ConvertGPPOINTFArrayF(buf, pts.Length);
commonui\System\Drawing\Graphics.cs (1)
1075PointF[] newPts = SafeNativeMethods.Gdip.ConvertGPPOINTFArrayF(buf, pts.Length);