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