3 references to GdipCreatePathIter
System.Drawing.Common (1)
System\Drawing\Drawing2D\GraphicsPathIterator.cs (1)
14
PInvokeGdiPlus.
GdipCreatePathIter
(&iterator, path.Pointer()).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
1464
/// <inheritdoc cref="
GdipCreatePathIter
(winmdroot.Graphics.GdiPlus.GpPathIterator**, winmdroot.Graphics.GdiPlus.GpPath*)"/>
1471
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipCreatePathIter
(iteratorLocal, pathLocal);