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