6 references to Round
Microsoft.Maui.Graphics (6)
PointF.cs (2)
79
return new PointF(MathF.
Round
(X), MathF.
Round
(Y));
RectF.cs (4)
210
return new RectF(MathF.
Round
(X), MathF.
Round
(Y), MathF.
Round
(Width), MathF.
Round
(Height));