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