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