3 references to GdipFillRectangle
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
1225
CheckErrorStatus(PInvokeGdiPlus.
GdipFillRectangle
(
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
2912
/// <inheritdoc cref="
GdipFillRectangle
(winmdroot.Graphics.GdiPlus.GpGraphics*, winmdroot.Graphics.GdiPlus.GpBrush*, float, float, float, float)"/>
2919
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipFillRectangle
(graphicsLocal, brushLocal, x, y, width, height);