3 implementations of DrawEllipse
Microsoft.Maui.Graphics (3)
7 references to DrawEllipse
Microsoft.Maui.Graphics (7)
CanvasExtensions.cs (5)
108 target.DrawEllipse((float)rect.X, (float)rect.Y, (float)rect.Width, (float)rect.Height);
113 target.DrawEllipse(rect.X, rect.Y, rect.Width, rect.Height);
213 target.DrawEllipse(x, y, size, size);
222 target.DrawEllipse((float)x, (float)y, (float)size, (float)size);
231 target.DrawEllipse(x, y, size, size);