3 references to GdipCreatePath2
System.Drawing.Common (1)
System\Drawing\Drawing2D\GraphicsPath.cs (1)
52
PInvokeGdiPlus.
GdipCreatePath2
((GdiPlus.PointF*)p, t, types.Length, (GdiPlus.FillMode)fillMode, &path).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
1378
/// <inheritdoc cref="
GdipCreatePath2
(winmdroot.Graphics.GdiPlus.PointF*, byte*, int, winmdroot.Graphics.GdiPlus.FillMode, winmdroot.Graphics.GdiPlus.GpPath**)"/>
1387
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipCreatePath2
(param0Local, param1Local, param2, param3, pathLocal);