Esempio n. 1
0
 private void LoadRTImage()
 {
     imgMemberPicture = new RT2020.Controls.RTImage()
     {
         Image     = null,
         ImageName = string.Empty,
         Location  = new Point(6, 19),
         Size      = new Size(388, 227),
         SizeMode  = PictureBoxSizeMode.Normal,
     };
     gbPicture.Controls.Add(imgMemberPicture);
 }
Esempio n. 2
0
 private void LoadRTImage()
 {
     imgProductPic = new RT2020.Controls.RTImage()
     {
         Image     = null,
         ImageName = string.Empty,
         Location  = new Point(20, 19),
         Size      = new Size(356, 236),
         SizeMode  = PictureBoxSizeMode.Normal,
     };
     this.Controls.Add(imgProductPic);
 }