3 references to GdipGetPathLastPoint
System.Drawing.Common (1)
System\Drawing\Drawing2D\GraphicsPath.cs (1)
239PInvokeGdiPlus.GdipGetPathLastPoint(_nativePath, (GdiPlus.PointF*)&point);
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
4505 /// <inheritdoc cref="GdipGetPathLastPoint(winmdroot.Graphics.GdiPlus.GpPath*, winmdroot.Graphics.GdiPlus.PointF*)"/> 4512 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipGetPathLastPoint(pathLocal, lastPointLocal);