3 references to GdipRotateLineTransform
System.Drawing.Common (1)
System\Drawing\Drawing2D\LinearGradientBrush.cs (1)
339PInvokeGdiPlus.GdipRotateLineTransform(NativeLineGradient, angle, (GdiPlus.MatrixOrder)order).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
6545 /// <inheritdoc cref="GdipRotateLineTransform(winmdroot.Graphics.GdiPlus.GpLineGradient*, float, winmdroot.Graphics.GdiPlus.MatrixOrder)"/> 6550 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipRotateLineTransform(brushLocal, angle, order);