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