개정판 e1b36bc0
Feature: Grouping 기능 추가(Ctrl+G : Group, Ctrl+Shift+G : Ungroup)
Change-Id: I99a3309acd55799ff7101522feaa035225b80e48
MarkupToPDF/Controls/Polygon/CloudControl.cs | ||
---|---|---|
60 | 60 |
this.EndPoint = new Point(item.EndPoint.X, item.EndPoint.Y); |
61 | 61 |
this.Memo = item.Memo; |
62 | 62 |
this.ZIndex = item.ZIndex; |
63 |
GroupID = item.GroupID; |
|
63 | 64 |
} |
64 | 65 |
} |
65 | 66 |
|
... | ... | |
1147 | 1148 |
ctrl.Memo = this.Memo; |
1148 | 1149 |
|
1149 | 1150 |
ctrl.ZIndex = this.ZIndex; |
1151 |
ctrl.GroupID = this.GroupID; |
|
1150 | 1152 |
|
1151 | 1153 |
return "|DZ|" + JsonSerializerHelper.CompressString((ctrl.JsonSerialize())); |
1152 | 1154 |
} |
... | ... | |
1180 | 1182 |
StartPoint = s.StartPoint, |
1181 | 1183 |
EndPoint = s.EndPoint, |
1182 | 1184 |
Memo = s.Memo, |
1183 |
ZIndex = s.ZIndex |
|
1185 |
ZIndex = s.ZIndex, |
|
1186 |
GroupID = s.GroupID |
|
1184 | 1187 |
|
1185 | 1188 |
//Fill = s.CloudFill, |
1186 | 1189 |
}; |
내보내기 Unified diff