3 references to GdipAddPathLine2I
System.Drawing.Common (1)
System\Drawing\Drawing2D\GraphicsPath.cs (1)
368PInvokeGdiPlus.GdipAddPathLine2I(_nativePath, (GdiPlus.Point*)p, points.Length).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
223 /// <inheritdoc cref="GdipAddPathLine2I(winmdroot.Graphics.GdiPlus.GpPath*, winmdroot.Graphics.GdiPlus.Point*, int)"/> 230 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipAddPathLine2I(pathLocal, pointsLocal, count);