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