3 references to GdipGetPathTypes
System.Drawing.Common (1)
System\Drawing\Drawing2D\GraphicsPath.cs (1)
974
PInvokeGdiPlus.
GdipGetPathTypes
(_nativePath, t, destination.Length).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
4537
/// <inheritdoc cref="
GdipGetPathTypes
(winmdroot.Graphics.GdiPlus.GpPath*, byte*, int)"/>
4544
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipGetPathTypes
(pathLocal, typesLocal, types.Length);