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