public void GetBitmap() { WebPageBitmap Shot = new WebPageBitmap(this.WebSite/*, this.ScreenWidth, this.ScreenHeight*/); Shot.GetIt(); Bitmap Pic = Shot.DrawBitmap(); Entities.SystemSet ss = (Entities.SystemSet)GlobalPars.GloPars["systemset"]; string temp = ss.EvidenceImgSavePath + "\\" + DateTime.Now.ToString().Replace(":", "-") + ".jpg"; Pic.Save(temp); }
public void GetBitmap() { WebPageBitmap Shot = new WebPageBitmap(this.WebSite /*, this.ScreenWidth, this.ScreenHeight*/); Shot.GetIt(); Bitmap Pic = Shot.DrawBitmap(); Entities.SystemSet ss = (Entities.SystemSet)GlobalPars.GloPars["systemset"]; string temp = ss.EvidenceImgSavePath + "\\" + DateTime.Now.ToString().Replace(":", "-") + ".jpg"; Pic.Save(temp); }