프로젝트

일반

사용자정보

개정판 e1b36bc0

IDe1b36bc0efb056d5a5031e446a140716ceb97cd8
상위 d5c34b1d
하위 8118ba81

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

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

Change-Id: I99a3309acd55799ff7101522feaa035225b80e48

차이점 보기:

MarkupToPDF/Controls/Polygon/InkControl.cs
49 49
                this.EndPoint = new Point(item.EndPoint.X, item.EndPoint.Y);
50 50
                this.Memo = item.Memo;
51 51
                this.ZIndex = item.ZIndex;
52
                GroupID = item.GroupID;
52 53
            }
53 54
        }
54 55

  
......
627 628
                ctrl.Memo = this.Memo;
628 629

  
629 630
                ctrl.ZIndex = this.ZIndex;
631
                ctrl.GroupID = this.GroupID;
630 632

  
631 633
                return "|DZ|" + JsonSerializerHelper.CompressString((ctrl.JsonSerialize()));
632 634
            };
......
660 662
                    EndPoint = s.EndPoint,
661 663
                    //PointC = s.PointC,
662 664
                    Memo = s.Memo,
663
                    ZIndex = s.ZIndex
665
                    ZIndex = s.ZIndex,
666
                    GroupID = s.GroupID
664 667
                };
665 668
            }
666 669
        }

내보내기 Unified diff

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