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