Home
last modified time | relevance | path

Searched defs:GdipFillRegion (Results 1 – 3 of 3) sorted by relevance

/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dgraphics.c1576 GdipFillRegion (GpGraphics *graphics, GpBrush *brush, GpRegion *region) in GdipFillRegion() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/
H A DgdipFunctions.cs385 static internal extern Status GdipFillRegion(IntPtr graphics, IntPtr brush, IntPtr region); in GdipFillRegion() 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.cs1314 …internal static int GdipFillRegion(HandleRef graphics, HandleRef brush, HandleRef region) => GdipF… in GdipFillRegion() method in System.Drawing.SafeNativeMethods.Gdip