3 references to GdipAddPathArc
System.Drawing.Common (1)
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
27		/// <inheritdoc cref="GdipAddPathArc(winmdroot.Graphics.GdiPlus.GpPath*, float, float, float, float, float, float)"/>
32				winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipAddPathArc(pathLocal, x, y, width, height, startAngle, sweepAngle);