3 references to GdipDrawPolygon
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
869
CheckErrorStatus(PInvokeGdiPlus.
GdipDrawPolygon
(NativeGraphics, pen.NativePen, (GdiPlus.PointF*)p, points.Length));
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
2426
/// <inheritdoc cref="
GdipDrawPolygon
(winmdroot.Graphics.GdiPlus.GpGraphics*, winmdroot.Graphics.GdiPlus.GpPen*, winmdroot.Graphics.GdiPlus.PointF*, int)"/>
2435
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipDrawPolygon
(graphicsLocal, penLocal, pointsLocal, count);