3 references to GdipAddPathLine
System.Drawing.Common (1)
System\Drawing\Drawing2D\GraphicsPath.cs (1)
307PInvokeGdiPlus.GdipAddPathLine(_nativePath, x1, y1, x2, y2).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
194 /// <inheritdoc cref="GdipAddPathLine(winmdroot.Graphics.GdiPlus.GpPath*, float, float, float, float)"/> 199 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipAddPathLine(pathLocal, x1, y1, x2, y2);