Home
last modified time | relevance | path

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

/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dlineargradientbrush.c863 GdipSetLineColors (GpLineGradient *brush, ARGB color1, ARGB color2) in GdipSetLineColors() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/
H A DgdipFunctions.cs535 static internal extern Status GdipSetLineColors (IntPtr brush, int color1, int color2); in GdipSetLineColors() 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.cs552 …internal static int GdipSetLineColors(HandleRef brush, int color1, int color2) => GdipSetLineColor… in GdipSetLineColors() method in System.Drawing.SafeNativeMethods.Gdip