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