/// <summary> /// /// </summary> public LocationInfo() { _locBckImage = new LocationBackImage(); Width = _locBckImage.BackImage.Width; Height = _locBckImage.BackImage.Height; _tableList = new List <TableInfo>(); }
/// <summary> /// /// </summary> /// <param name="inImgOrientation"></param> public LocationInfo(ImageOrientation inImgOrientation) { _locBckImage = new LocationBackImage(inImgOrientation); Width = _locBckImage.BackImage.Width; Height = _locBckImage.BackImage.Height; _tableList = new List <TableInfo>(); }