프로젝트

일반

사용자정보

개정판 e1b36bc0

IDe1b36bc0efb056d5a5031e446a140716ceb97cd8
상위 d5c34b1d
하위 8118ba81

백흠경이(가) 5달 전에 추가함

Feature: Grouping 기능 추가(Ctrl+G : Group, Ctrl+Shift+G : Ungroup)

Change-Id: I99a3309acd55799ff7101522feaa035225b80e48

차이점 보기:

MarkupToPDF/Controls/Polygon/CloudControl.cs
60 60
                this.EndPoint = new Point(item.EndPoint.X, item.EndPoint.Y);
61 61
                this.Memo = item.Memo;
62 62
                this.ZIndex = item.ZIndex;
63
                GroupID = item.GroupID;
63 64
            }
64 65
        }
65 66

  
......
1147 1148
                ctrl.Memo = this.Memo;
1148 1149

  
1149 1150
                ctrl.ZIndex = this.ZIndex;
1151
                ctrl.GroupID = this.GroupID;
1150 1152

  
1151 1153
                return "|DZ|" + JsonSerializerHelper.CompressString((ctrl.JsonSerialize()));
1152 1154
            }
......
1180 1182
                    StartPoint = s.StartPoint,
1181 1183
                    EndPoint = s.EndPoint,
1182 1184
                    Memo = s.Memo,
1183
                    ZIndex = s.ZIndex
1185
                    ZIndex = s.ZIndex,
1186
                    GroupID = s.GroupID
1184 1187

  
1185 1188
                    //Fill = s.CloudFill,
1186 1189
                };

내보내기 Unified diff

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