프로젝트

일반

사용자정보

개정판 2b19f5f2

ID2b19f5f2335133bb2380f5da90d08aef595483a5
상위 385f016d
하위 4ca11b36

김동진이(가) 약 6년 전에 추가함

issue #679 rotation doc update modify

차이점 보기:

KCOM/Common/ViewerDataModel.cs
41 41

  
42 42
        public List<FAVORITE_DOC> FavoriteSelctedSet = new List<FAVORITE_DOC>();
43 43
        public List<FAVORITE_DOC> FavoriteSet = new List<FAVORITE_DOC>();
44

  
44
        public List<KCOMDataModel.DataModel.DOCPAGE> RotationDocs = new List<KCOMDataModel.DataModel.DOCPAGE>();
45 45
        //_markupInfoList
46 46

  
47 47
        private StrokeCollection markupPens = new StrokeCollection();
......
68 68
        private double contentWidth = 0;
69 69

  
70 70
        private MessageCollection _k_talkMessageSet;
71
        
71

  
72 72
        private double contentHeight = 0;
73 73

  
74 74
        private double angle = 0;
......
76 76
        private double angleOffsetX = 0;
77 77

  
78 78
        private double angleOffsetY = 0;
79
        
79

  
80 80
        private ImageBrush backgroundImage;
81 81

  
82 82
        //private RasterImage _rasterimage;
......
139 139
        {
140 140
            get
141 141
            {
142
                if (_MarkupList_Pre ==null)
142
                if (_MarkupList_Pre == null)
143 143
                {
144
                    _MarkupList_Pre = new List<IKCOM.MarkupItemEx>();                    
144
                    _MarkupList_Pre = new List<IKCOM.MarkupItemEx>();
145 145
                }
146 146

  
147 147
                return _MarkupList_Pre;
148 148
            }
149 149
            set
150 150
            {
151
               
152
                    _MarkupList_Pre = value;
151

  
152
                _MarkupList_Pre = value;
153 153
                OnPropertyChanged("MarkupList_Pre");
154 154
            }
155 155

  
......
524 524
            }
525 525
            set
526 526
            {
527
               
528
                _controlOpacity = value;               
527

  
528
                _controlOpacity = value;
529 529
                OnPropertyChanged("ControlOpacity");
530 530
            }
531 531
        }
......
810 810
        {
811 811
            get
812 812
            {
813
                if (_k_talkMessageSet ==null)
813
                if (_k_talkMessageSet == null)
814 814
                {
815 815
                    _k_talkMessageSet = new MessageCollection();
816 816
                }
......
1015 1015
            }
1016 1016
        }
1017 1017

  
1018
        private System.Windows.Media.Imaging.BitmapImage _ImageViewPath { get; set;}
1018
        private System.Windows.Media.Imaging.BitmapImage _ImageViewPath { get; set; }
1019 1019
        public System.Windows.Media.Imaging.BitmapImage ImageViewPath
1020 1020
        {
1021 1021
            get
......
1132 1132

  
1133 1133
            this.ControlOpacity = 1;
1134 1134
            //강인구 추가
1135
            
1135

  
1136 1136
            this.LineSize = 3;
1137 1137

  
1138 1138
            this.TextSize = 30;

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)