3 references to GdipDrawRectangle
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
745CheckErrorStatus(PInvokeGdiPlus.GdipDrawRectangle(NativeGraphics, pen.NativePen, x, y, width, height));
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
2464 /// <inheritdoc cref="GdipDrawRectangle(winmdroot.Graphics.GdiPlus.GpGraphics*, winmdroot.Graphics.GdiPlus.GpPen*, float, float, float, float)"/> 2471 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipDrawRectangle(graphicsLocal, penLocal, x, y, width, height);