3 references to GdipDrawPath
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
908
CheckErrorStatus(PInvokeGdiPlus.
GdipDrawPath
(NativeGraphics, pen.NativePen, path._nativePath));
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
2391
/// <inheritdoc cref="
GdipDrawPath
(winmdroot.Graphics.GdiPlus.GpGraphics*, winmdroot.Graphics.GdiPlus.GpPen*, winmdroot.Graphics.GdiPlus.GpPath*)"/>
2400
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipDrawPath
(graphicsLocal, penLocal, pathLocal);