3 references to GdipAddPathBezier
System.Drawing.Common (1)
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
40 /// <inheritdoc cref="GdipAddPathBezier(winmdroot.Graphics.GdiPlus.GpPath*, float, float, float, float, float, float, float, float)"/>
45 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipAddPathBezier(pathLocal, x1, y1, x2, y2, x3, y3, x4, y4);