Example #1
0
 public void CallThumbTest()
 {
     ImboImageService.CallThumb("WKSHOovrY7h7", new List <Tuple <int, int> >
     {
         new Tuple <int, int>(200, 200)
     });
 }
Example #2
0
 public void CallThumbTest()
 {
     ImboImageService.CallThumb("Q_ty6yrQ8OE4", new List <Tuple <int, int> >()
     {
         new Tuple <int, int>(200, 200),
         new Tuple <int, int>(78, 78),
         new Tuple <int, int>(50, 50),
         new Tuple <int, int>(45, 45)
     });
 }