3 references to GdipSetPathGradientCenterPoint
System.Drawing.Common (1)
System\Drawing\Drawing2D\PathGradientBrush.cs (1)
182PInvokeGdiPlus.GdipSetPathGradientCenterPoint(NativePathGradient, (GdiPlus.PointF*)&value).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
7382 /// <inheritdoc cref="GdipSetPathGradientCenterPoint(winmdroot.Graphics.GdiPlus.GpPathGradient*, winmdroot.Graphics.GdiPlus.PointF*)"/> 7389 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipSetPathGradientCenterPoint(brushLocal, pointsLocal);