개정판 6c122a60
issue #650 test logic 삭제
MarkupToPDF/Controls/Text/ArrowTextControl.cs | ||
---|---|---|
1212 | 1212 |
connectorMEGeometry.EndPoint = endP; |
1213 | 1213 |
|
1214 | 1214 |
//20180911 LJY 꺾이는 부분 수정 |
1215 |
Point testP = endP; |
|
1216 |
if (this.ArrowTextStyle == ArrowTextStyleSet.Cloud || this.ArrowTextStyle == ArrowTextStyleSet.Rect)
|
|
1215 |
Point testP = endP;
|
|
1216 |
switch (Math.Abs(this.Angle).ToString())
|
|
1217 | 1217 |
{ |
1218 |
switch (Math.Abs(this.Angle).ToString()) |
|
1219 |
{ |
|
1220 |
case "90": |
|
1221 |
testP = new Point(endP.X + 50, endP.Y); |
|
1222 |
break; |
|
1223 |
case "270": |
|
1224 |
testP = new Point(endP.X - 50, endP.Y); |
|
1225 |
break; |
|
1226 |
} |
|
1227 |
} |
|
1218 |
case "90": |
|
1219 |
testP = new Point(endP.X + 50, endP.Y); |
|
1220 |
break; |
|
1221 |
case "270": |
|
1222 |
testP = new Point(endP.X - 50, endP.Y); |
|
1223 |
break; |
|
1224 |
} |
|
1228 | 1225 |
|
1229 | 1226 |
//20180910 LJY 각도에 따라. |
1230 | 1227 |
switch (Math.Abs(this.Angle).ToString()) |
내보내기 Unified diff