标签: xamarin
我需要从我的特殊文件夹加载图像而不是我项目的Assets文件夹。 我的代码是
Image img = new Image(); img.Source = ImageSource.FromFile("c:\\file.png");
但我无法表现出任何东西。 我该怎么办?