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