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