프로젝트

일반

사용자정보

개정판 e1b36bc0

IDe1b36bc0efb056d5a5031e446a140716ceb97cd8
상위 d5c34b1d
하위 8118ba81

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

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

Change-Id: I99a3309acd55799ff7101522feaa035225b80e48

차이점 보기:

MarkupToPDF/Controls/Shape/TriControl.cs
52 52
                this.UserID = item.UserID;
53 53
                this.Memo = item.Memo;
54 54
                this.ZIndex = item.ZIndex;
55
                this.GroupID = item.GroupID;
55 56
            }
56 57
        }
57 58

  
......
564 565
                ctrl.Memo = this.Memo;
565 566

  
566 567
                ctrl.ZIndex = this.ZIndex;
568
                ctrl.GroupID = this.GroupID;
567 569

  
568 570
                return "|DZ|" + JsonSerializerHelper.CompressString((ctrl.JsonSerialize()));
569 571
            }
......
593 595
                    StrokeColor = brush,
594 596
                    UserID = s.UserID,
595 597
                    Memo = s.Memo,
596
                    ZIndex = s.ZIndex
598
                    ZIndex = s.ZIndex,
599
                    GroupID = s.GroupID
597 600
                };
598 601
            }
599 602
        }

내보내기 Unified diff