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