프로젝트

일반

사용자정보

개정판 e1b36bc0

IDe1b36bc0efb056d5a5031e446a140716ceb97cd8
상위 d5c34b1d
하위 8118ba81

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

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

Change-Id: I99a3309acd55799ff7101522feaa035225b80e48

차이점 보기:

MarkupToPDF/Controls/Line/LineControl.cs
71 71
                this.UserID = item.UserID;
72 72
                this.LineSize = item.LineSize;
73 73
                this.ZIndex = item.ZIndex;
74
                GroupID = item.GroupID;
74 75
            }
75 76
        }
76 77

  
......
633 634
                ctrl.Memo = this.Memo;
634 635

  
635 636
                ctrl.ZIndex = this.ZIndex;
637
                ctrl.GroupID = this.GroupID;
636 638

  
637 639
                return "|DZ|" + JsonSerializerHelper.CompressString((ctrl.JsonSerialize()));
638 640
            }
......
662 664
                    StrokeColor = brush,
663 665
                    UserID = ctrl.UserID,
664 666
                    LineSize = Convert.ToDouble(data2.First()),
665
                    ZIndex = ctrl.ZIndex
667
                    ZIndex = ctrl.ZIndex,
668
                    GroupID = ctrl.GroupID
666 669
                };
667 670
            }
668 671

  

내보내기 Unified diff

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