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