4 references to DrawnRectangle
Microsoft.Maui (4)
VisualDiagnostics\RectangleGridAdorner.cs (4)
29
var y = (float)
DrawnRectangle
.Y;
30
var x = (float)
DrawnRectangle
.X;
31
var width = (float)
DrawnRectangle
.Width;
32
var height = (float)
DrawnRectangle
.Height;