Esempio n. 1
0
 public Environment(Extent ws)
 {
     resize     = wordSize = ws;
     buffer     = new Bitmap(ws.Width, ws.Height);
     copyInvoke = new ImageCopyInvoke(ImageCopy);
 }
Esempio n. 2
0
 public void Resize(Extent size)
 {
     resize = size;
 }