개정판 f9d42594
issue #000 관리자 권한 추가, Arrow Text Mid Point modify
MarkupToPDF/Controls/Text/ArrowTextControl.cs | ||
---|---|---|
1209 | 1209 |
|
1210 | 1210 |
var endP = MathSet.getNearPoint(ps, this.MidPoint); |
1211 | 1211 |
|
1212 |
connectorMEGeometry.EndPoint = endP; |
|
1212 |
|
|
1213 | 1213 |
|
1214 | 1214 |
//20180911 LJY 꺾이는 부분 수정 |
1215 | 1215 |
Point testP = endP; |
... | ... | |
1302 | 1302 |
} |
1303 | 1303 |
break; |
1304 | 1304 |
} |
1305 |
|
|
1306 |
|
|
1305 |
connectorMEGeometry.EndPoint = endP; |
|
1307 | 1306 |
connectorSMGeometry.EndPoint = testP; |
1308 | 1307 |
connectorMEGeometry.StartPoint = testP; |
1308 |
|
|
1309 | 1309 |
//20180910 LJY 각도에 따라. |
1310 |
|
|
1310 |
this.MidPoint = testP; |
|
1311 | 1311 |
//instanceGroup.Children.Add(SingleAllow(this.MidPoint, this.StartPoint, this.LineSize)); |
1312 | 1312 |
instanceGroup.Children.Add(SingleAllow(testP, this.StartPoint, this.LineSize)); |
1313 | 1313 |
} |
내보내기 Unified diff