Home
last modified time | relevance | path

Searched defs:GdipFillRectangle (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dgraphics.c1350 GdipFillRectangle (GpGraphics *graphics, GpBrush *brush, REAL x, REAL y, REAL width, REAL height) in GdipFillRectangle() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/
H A DgdipFunctions.cs632 …static internal extern Status GdipFillRectangle (IntPtr graphics, IntPtr brush, float x1, float y1… in GdipFillRectangle() method in System.Drawing.GDIPlus
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DGdiplusNative.Windows.cs962 …internal static int GdipFillRectangle(HandleRef graphics, HandleRef brush, float x, float y, float… in GdipFillRectangle() method in System.Drawing.SafeNativeMethods.Gdip
H A DGdiplusNative.Unix.cs468 …internal static int GdipFillRectangle(IntPtr graphics, IntPtr brush, float x1, float y1, float x2,… in GdipFillRectangle() method in System.Drawing.SafeNativeMethods.Gdip