1 write to _path
Microsoft.Maui.Controls.Compatibility (1)
iOS\Shapes\ShapeRenderer.cs (1)
286
_path
= path;
9 references to _path
Microsoft.Maui.Controls.Compatibility (9)
iOS\Shapes\ShapeRenderer.cs (9)
288
if (
_path
!= null)
289
_pathFillBounds =
_path
.PathBoundingBox;
374
if (
_path
== null)
434
_renderPath =
_path
.CopyByTransformingPath(stretchTransform);
453
_renderPath =
_path
.CopyByTransformingPath(transform);
458
_renderPath =
_path
.CopyByTransformingPath(CGAffineTransform.MakeIdentity());
472
if (
_path
== null)
583
if (
_path
!= null)
584
_pathStrokeBounds =
_path
.CopyByStrokingPath(_strokeWidth, _strokeLineCap, _strokeLineJoin, _strokeMiterLimit).PathBoundingBox;