Exemple #1
0
        /// <summary>
        ///
        /// </summary>
        public LocationInfo()
        {
            _locBckImage = new LocationBackImage();

            Width  = _locBckImage.BackImage.Width;
            Height = _locBckImage.BackImage.Height;

            _tableList = new List <TableInfo>();
        }
Exemple #2
0
        /// <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>();
        }