Exemplo n.º 1
0
 public virtual void SetImage(Xwt.Drawing.Image image)
 {
     if (this.Parent != null)
     {
         this.Parent.SuspendLayout();
     }
     this.Image = image.ToGdi();
     if (this.Parent != null)
     {
         this.Parent.ResumeLayout();
     }
 }
Exemplo n.º 2
0
 public virtual void SetImage(Xwt.Drawing.Image image)
 {
     Control.BackgroundImage = image.ToGdi();
 }