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