3 references to GdipDrawRectanglesI
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
795CheckErrorStatus(PInvokeGdiPlus.GdipDrawRectanglesI(NativeGraphics, pen.NativePen, (Rect*)r, rects.Length));
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
2499 /// <inheritdoc cref="GdipDrawRectanglesI(winmdroot.Graphics.GdiPlus.GpGraphics*, winmdroot.Graphics.GdiPlus.GpPen*, winmdroot.Graphics.GdiPlus.Rect*, int)"/> 2508 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipDrawRectanglesI(graphicsLocal, penLocal, rectsLocal, count);