3 references to GdipAddPathClosedCurve2I
System.Drawing.Common (1)
System\Drawing\Drawing2D\GraphicsPath.cs (1)
605PInvokeGdiPlus.GdipAddPathClosedCurve2I(_nativePath, (GdiPlus.Point*)p, points.Length, tension).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
101 /// <inheritdoc cref="GdipAddPathClosedCurve2I(winmdroot.Graphics.GdiPlus.GpPath*, winmdroot.Graphics.GdiPlus.Point*, int, float)"/> 108 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipAddPathClosedCurve2I(pathLocal, pointsLocal, count, tension);