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