長方形を作成します
public void Set(Rectangle maps, int y, int x) {
Map.Children.Add(maps);
maps.SetValue(Grid.RowProperty, x);
maps.SetValue(Grid.ColumnProperty, y);
}
しかし、「Resources/1.jpg」で背景を変更するにはどうすればよいですか?
長方形を作成します
public void Set(Rectangle maps, int y, int x) {
Map.Children.Add(maps);
maps.SetValue(Grid.RowProperty, x);
maps.SetValue(Grid.ColumnProperty, y);
}
しかし、「Resources/1.jpg」で背景を変更するにはどうすればよいですか?