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