Esempio n. 1
0
 public void Resize(int width, int height)
 {
     this.width  = width;
     this.height = height;
     isDirty     = true;
     if (!created)
     {
         return;
     }
     Base.Resize(this, width, height);
 }