3 references to GdipFlattenPath
System.Drawing.Common (1)
System\Drawing\Drawing2D\GraphicsPath.cs (1)
841
PInvokeGdiPlus.
GdipFlattenPath
(_nativePath, matrix.Pointer(), flatness).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
2985
/// <inheritdoc cref="
GdipFlattenPath
(winmdroot.Graphics.GdiPlus.GpPath*, winmdroot.Graphics.GdiPlus.Matrix*, float)"/>
2992
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipFlattenPath
(pathLocal, matrixLocal, flatness);