개정판 43e1d368
issue #0000 코드 정리
Change-Id: I7c8ba4ef6d78a7e4f51b72f226507cddac722939
MarkupToPDF/Controls/Text/ArrowTextControl.cs | ||
---|---|---|
1488 | 1488 |
{ |
1489 | 1489 |
this.Base_TextBox.BorderBrush = Brushes.Transparent; |
1490 | 1490 |
} |
1491 |
|
|
1491 |
|
|
1492 | 1492 |
if (Math.Abs(this.PageAngle).ToString() == "90") |
1493 | 1493 |
{ |
1494 | 1494 |
List<Point> pCloud = new List<Point>() |
... | ... | |
1619 | 1619 |
int count = pData.Count; |
1620 | 1620 |
for (int i = 0; i < (count - 1); i++) |
1621 | 1621 |
{ |
1622 |
PathFigure pathFigure = GenerateLineWithCloud(pData[i], pData[i + 1], 20, reverse); |
|
1622 |
PathFigure pathFigure = Polygon.CloudControl.GenerateLineWithCloud(pData[i], pData[i + 1], 20, reverse);
|
|
1623 | 1623 |
pathFigure.IsClosed = false; |
1624 |
pathFigure.IsFilled = true;
|
|
1624 |
pathFigure.IsFilled = false;
|
|
1625 | 1625 |
_pathGeometry.Figures.Add(pathFigure); |
1626 | 1626 |
} |
1627 | 1627 |
|
내보내기 Unified diff