Exemplo n.º 1
0
 public ImageBrushImpl(Perspex.Media.ImageBrush brush, Size destinationSize)
 {
     this.PlatformBrush = TileBrushes.CreateImageBrush(brush, destinationSize);
 }
Exemplo n.º 2
0
 public VisualBrushImpl(Perspex.Media.VisualBrush brush, Size destinationSize)
 {
     this.PlatformBrush = TileBrushes.CreateTileBrush(brush, destinationSize);
 }