| | |
| | | { |
| | | if (imagePath != null) |
| | | { |
| | | btnRoomBg.UnSelectedImagePath = imagePath.ToString(); |
| | | room.backgroundImage = btnRoomBg.UnSelectedImagePath; |
| | | btnRoomBg.ImagePath = imagePath.ToString(); |
| | | room.backgroundImage = btnRoomBg.ImagePath; |
| | | MainPage.Log("SelectPicture 裁剪图片返回路径: " + imagePath); |
| | | } |
| | | }, pid.ToString(), 16, 9); |
| | |
| | | { |
| | | if (imagePath != null) |
| | | { |
| | | btnRoomBg.UnSelectedImagePath = imagePath.ToString(); |
| | | room.backgroundImage = btnRoomBg.UnSelectedImagePath; |
| | | btnRoomBg.ImagePath = imagePath.ToString(); |
| | | room.backgroundImage = btnRoomBg.ImagePath; |
| | | MainPage.Log("SelectPicture 裁剪图片返回路径: " + imagePath); |
| | | #if DEBUG |
| | | new Tip() { CloseTime = 5, Text = imagePath }.Show(MainPage.BasePageView); |