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