3 references to GdipSetLineBlend
System.Drawing.Common (1)
System\Drawing\Drawing2D\LinearGradientBrush.cs (1)
190PInvokeGdiPlus.GdipSetLineBlend(NativeLineGradient, f, p, value.Factors.Length).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
7179 /// <inheritdoc cref="GdipSetLineBlend(winmdroot.Graphics.GdiPlus.GpLineGradient*, float*, float*, int)"/> 7188 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipSetLineBlend(brushLocal, blendLocal, positionsLocal, count);