Markus Kaufmann
Results
1
comments of
Markus Kaufmann
Yes I did. `using(FileStream fs = info.OpenRead()) { fs.Read(bytesOfImg,0,(int)info.Length); } IImageSource imgSource = ImageSource.FromBinary(info.Name,()=>bytesOfImg);`