3 references to GdipCreatePathGradientFromPath
System.Drawing.Common (1)
System\Drawing\Drawing2D\PathGradientBrush.cs (1)
101PInvokeGdiPlus.GdipCreatePathGradientFromPath(path._nativePath, &nativeBrush).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
1432 /// <inheritdoc cref="GdipCreatePathGradientFromPath(winmdroot.Graphics.GdiPlus.GpPath*, winmdroot.Graphics.GdiPlus.GpPathGradient**)"/> 1439 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipCreatePathGradientFromPath(pathLocal, polyGradientLocal);