3 references to GdipClonePath
System.Drawing.Common (1)
System\Drawing\Drawing2D\GraphicsPath.cs (1)
96PInvokeGdiPlus.GdipClonePath(_nativePath, &path).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
680 /// <inheritdoc cref="GdipClonePath(winmdroot.Graphics.GdiPlus.GpPath*, winmdroot.Graphics.GdiPlus.GpPath**)"/> 687 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipClonePath(pathLocal, clonePathLocal);