3 references to GdipAddPathPath
System.Drawing.Common (1)
System\Drawing\Drawing2D\GraphicsPath.cs (1)
772PInvokeGdiPlus.GdipAddPathPath(_nativePath, addingPath.Pointer(), connect).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
239 /// <inheritdoc cref="GdipAddPathPath(winmdroot.Graphics.GdiPlus.GpPath*, winmdroot.Graphics.GdiPlus.GpPath*, winmdroot.Foundation.BOOL)"/> 246 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipAddPathPath(pathLocal, addingPathLocal, connect);