Home
last modified time | relevance | path

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

/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dhatchbrush.c1333 GdipCreateHatchBrush (GpHatchStyle hatchstyle, ARGB forecol, ARGB backcol, GpHatch **brush) in GdipCreateHatchBrush() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/
H A DgdipFunctions.cs403 …static internal extern int GdipCreateHatchBrush (/*HatchStyle*/ int hatchstyle, int foreColor, int… in GdipCreateHatchBrush() 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.cs508 …internal static int GdipCreateHatchBrush(int hatchstyle, int forecol, int backcol, out IntPtr brus… in GdipCreateHatchBrush() method in System.Drawing.SafeNativeMethods.Gdip