Exemplo n.º 1
0
 public void NullImageWithHeightAndWidth()
 {
     Thumbnail.FromImage(null, 50, 50);
 }
Exemplo n.º 2
0
 public void AllInvalidArguments()
 {
     Thumbnail.FromImage(null, 0, 0);
 }
Exemplo n.º 3
0
 public void NullImageArgument()
 {
     Thumbnail.FromImage(null, 50);
 }