3 references to GdipAddPathRectangles
System.Drawing.Common (1)
System\Drawing\Drawing2D\GraphicsPath.cs (1)
634PInvokeGdiPlus.GdipAddPathRectangles(_nativePath, (RectF*)r, rects.Length).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
313 /// <inheritdoc cref="GdipAddPathRectangles(winmdroot.Graphics.GdiPlus.GpPath*, winmdroot.Graphics.GdiPlus.RectF*, int)"/> 320 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipAddPathRectangles(pathLocal, rectsLocal, count);