개정판 e1b36bc0
Feature: Grouping 기능 추가(Ctrl+G : Group, Ctrl+Shift+G : Ungroup)
Change-Id: I99a3309acd55799ff7101522feaa035225b80e48
MarkupToPDF/Controls/Polygon/PolygonControl.cs | ||
---|---|---|
52 | 52 |
this.Paint = item.Paint; |
53 | 53 |
this.Memo = item.Memo; |
54 | 54 |
this.ZIndex = item.ZIndex; |
55 |
this.GroupID = item.GroupID; |
|
55 | 56 |
} |
56 | 57 |
} |
57 | 58 |
|
... | ... | |
666 | 667 |
ctrl.Memo = this.Memo; |
667 | 668 |
|
668 | 669 |
ctrl.ZIndex = this.ZIndex; |
670 |
ctrl.GroupID = this.GroupID; |
|
669 | 671 |
|
670 | 672 |
return "|DZ|" + JsonSerializerHelper.CompressString((ctrl.JsonSerialize())); |
671 | 673 |
} |
... | ... | |
698 | 700 |
UserID = s.UserID, |
699 | 701 |
Paint = s.PaintState, |
700 | 702 |
Memo = s.Memo, |
701 |
ZIndex = s.ZIndex |
|
703 |
ZIndex = s.ZIndex, |
|
704 |
GroupID = s.GroupID |
|
702 | 705 |
}; |
703 | 706 |
} |
704 | 707 |
} |
내보내기 Unified diff