1 write to _x
Microsoft.Maui.Graphics (1)
PictureCanvas.cs (1)
19
_x
= x;
1 reference to _x
Microsoft.Maui.Graphics (1)
PictureCanvas.cs (1)
27
public IPicture Picture => new StandardPicture(
_x
, _y, _width, _height, _commands.ToArray());