2 writes to _pathFillBounds
Microsoft.Maui.Controls.Compatibility (2)
iOS\Shapes\ShapeRenderer.cs (2)
289
_pathFillBounds
= _path.PathBoundingBox;
291
_pathFillBounds
= new CGRect();
10 references to _pathFillBounds
Microsoft.Maui.Controls.Compatibility (10)
iOS\Shapes\ShapeRenderer.cs (10)
393
nfloat widthScale = viewBounds.Width /
_pathFillBounds
.Width;
394
nfloat heightScale = viewBounds.Height /
_pathFillBounds
.Height;
406
viewBounds.Left - widthScale *
_pathFillBounds
.Left,
407
viewBounds.Top - heightScale *
_pathFillBounds
.Top);
416
viewBounds.Left - minScale *
_pathFillBounds
.Left +
417
(viewBounds.Width - minScale *
_pathFillBounds
.Width) / 2,
418
viewBounds.Top - minScale *
_pathFillBounds
.Top +
419
(viewBounds.Height - minScale *
_pathFillBounds
.Height) / 2);
428
viewBounds.Left - maxScale *
_pathFillBounds
.Left,
429
viewBounds.Top - maxScale *
_pathFillBounds
.Top);