예제 #1
0
 public void TesteImagem()
 {
     ImageLib imageLib = new ImageLib();
     string   name     = "Candidate " + 1;
     string   question = "Question " + 1;
     Bitmap   image    = imageLib.DrawTextInImage(question, name);
 }
예제 #2
0
 public ImageWorker(int i, CadidateLib candidateLib, ImageLib imageLib)
 {
     this.candidateLib = candidateLib;
     this.imageLib     = imageLib;
 }