개정판 e1b36bc0
Feature: Grouping 기능 추가(Ctrl+G : Group, Ctrl+Shift+G : Ungroup)
Change-Id: I99a3309acd55799ff7101522feaa035225b80e48
MarkupToPDF/Controls/Shape/CircleControl.cs | ||
---|---|---|
45 | 45 |
this.UserID = CircleCtrl.UserID; |
46 | 46 |
this.Memo = CircleCtrl.Memo; |
47 | 47 |
this.ZIndex = CircleCtrl.ZIndex; |
48 |
this.GroupID = CircleCtrl.GroupID; |
|
48 | 49 |
} |
49 | 50 |
} |
50 | 51 |
|
... | ... | |
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 |
}; |
... | ... | |
657 | 659 |
StrokeColor = brush, |
658 | 660 |
UserID = s.UserID, |
659 | 661 |
Memo = s.Memo, |
660 |
ZIndex = s.ZIndex |
|
662 |
ZIndex = s.ZIndex, |
|
663 |
GroupID = s.GroupID |
|
661 | 664 |
}; |
662 | 665 |
} |
663 | 666 |
} |
내보내기 Unified diff