개정판 e1b36bc0
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