3 references to GdipAddPathEllipse
System.Drawing.Common (1)
System\Drawing\Drawing2D\GraphicsPath.cs (1)
705
PInvokeGdiPlus.
GdipAddPathEllipse
(_nativePath, x, y, width, height).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
181
/// <inheritdoc cref="
GdipAddPathEllipse
(winmdroot.Graphics.GdiPlus.GpPath*, float, float, float, float)"/>
186
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipAddPathEllipse
(pathLocal, x, y, width, height);