3 references to GdipPathIterNextPathType
System.Drawing.Common (1)
System\Drawing\Drawing2D\GraphicsPathIterator.cs (1)
88PInvokeGdiPlus.GdipPathIterNextPathType(_nativeIterator, &resultCount, pt, s, e).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
6212 /// <inheritdoc cref="GdipPathIterNextPathType(winmdroot.Graphics.GdiPlus.GpPathIterator*, int*, byte*, int*, int*)"/> 6225 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipPathIterNextPathType(iteratorLocal, resultCountLocal, pathTypeLocal, startIndexLocal, endIndexLocal);