3 references to GdipScalePathGradientTransform
System.Drawing.Common (1)
System\Drawing\Drawing2D\PathGradientBrush.cs (1)
362PInvokeGdiPlus.GdipScalePathGradientTransform(NativePathGradient, sx, sy, (GdiPlus.MatrixOrder)order).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
6729 /// <inheritdoc cref="GdipScalePathGradientTransform(winmdroot.Graphics.GdiPlus.GpPathGradient*, float, float, winmdroot.Graphics.GdiPlus.MatrixOrder)"/> 6734 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipScalePathGradientTransform(brushLocal, sx, sy, order);