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