3 references to GdipCreatePath
System.Drawing.Common (1)
System\Drawing\Drawing2D\GraphicsPath.cs (1)
22
PInvokeGdiPlus.
GdipCreatePath
((GdiPlus.FillMode)fillMode, &path).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
1365
/// <inheritdoc cref="
GdipCreatePath
(winmdroot.Graphics.GdiPlus.FillMode, winmdroot.Graphics.GdiPlus.GpPath**)"/>
1370
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipCreatePath
(brushMode, pathLocal);