2 references to
Microsoft.Maui.Graphics (2)
AbstractPattern.cs (1)
18
protected AbstractPattern(float width, float height) :
this
(width, height, width, height)
PicturePattern.cs (1)
7
public PicturePattern(IPicture picture, float stepX, float stepY) :
base
(picture.Width, picture.Height, stepX, stepY)