我在服務器上有多個圖像。我想要做的是我想從服務器檢索這些圖像,並將其設置在imageView上。 我已經從服務器獲取blob類型的圖像,將其解碼爲字節數組,然後將其轉換爲位圖圖像。 我很困惑如何從服務器獲取位圖圖像。 我經歷過很多問題上如此喜歡 Retriving image from server to android app Load Large Image from server on An
我是XAML/WPF的新手,我不知道如何處理這個問題,我花費了太多的時間來解決這個問題,但我無法弄清楚。 我有一個名爲Card的類,其中「應該」包含圖像的來源。 public class Card
{
public ImageSource image; // this is the only one which doesn't get a value..
}
我也有一個方法的類,