3 references to GdipTranslatePathGradientTransform
System.Drawing.Common (1)
System\Drawing\Drawing2D\PathGradientBrush.cs (1)
354
PInvokeGdiPlus.
GdipTranslatePathGradientTransform
(NativePathGradient, dx, dy, (GdiPlus.MatrixOrder)order).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
8192
/// <inheritdoc cref="
GdipTranslatePathGradientTransform
(winmdroot.Graphics.GdiPlus.GpPathGradient*, float, float, winmdroot.Graphics.GdiPlus.MatrixOrder)"/>
8197
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipTranslatePathGradientTransform
(brushLocal, dx, dy, order);