개정판 5ce56a3a
Symbol 기능 추가 및 Entity 테이블 추가
상단 네비게이션 View데이터 Comment로 통합
MarkupToPDF/Controls/Shape/RectCloudControl.cs | ||
---|---|---|
450 | 450 |
|
451 | 451 |
double size = MathSet.DistanceTo(this.StartPoint, this.EndPoint); |
452 | 452 |
ArcLength = (size * 0.05); |
453 |
if (ArcLength <= 10) |
|
453 |
//if (ArcLength <= 10) |
|
454 |
//{ |
|
455 |
// ArcLength = 10; |
|
456 |
//} |
|
457 |
//강인구 수정(클라우드 사이즈) |
|
458 |
if (ArcLength <= 3) |
|
454 | 459 |
{ |
455 | 460 |
ArcLength = 10; |
456 | 461 |
} |
462 |
else if (ArcLength <= 10) |
|
463 |
{ |
|
464 |
ArcLength = 20; |
|
465 |
} |
|
466 |
else if (ArcLength <= 30) |
|
467 |
{ |
|
468 |
ArcLength = 30; |
|
469 |
} |
|
457 | 470 |
|
458 | 471 |
//ArcLength = 10; |
459 | 472 |
|
내보내기 Unified diff