개정판 01cbc243
Arrow Text 생성시 Leader선이 가까운 Point로 이동하지 않는 문제 조치
MarkupToPDF/Controls/Text/ArrowTextControl.cs | ||
---|---|---|
1147 | 1147 |
ps.Add(new Point(Canvas.GetLeft(Base_TextBox) + this.BoxWidth, Canvas.GetTop(Base_TextBox) + this.BoxHeight / 2)); //우단 |
1148 | 1148 |
|
1149 | 1149 |
#region 정밀도 추가 |
1150 |
ps.Add(new Point(Canvas.GetLeft(Base_TextBox), Canvas.GetTop(Base_TextBox))); //상단 |
|
1151 |
ps.Add(new Point(Canvas.GetLeft(Base_TextBox) + this.BoxWidth, Canvas.GetTop(Base_TextBox))); //상단 |
|
1152 |
ps.Add(new Point(Canvas.GetLeft(Base_TextBox), Canvas.GetTop(Base_TextBox) + this.BoxHeight)); //좌단 |
|
1153 |
ps.Add(new Point(Canvas.GetLeft(Base_TextBox) + this.BoxWidth, Canvas.GetTop(Base_TextBox) + this.BoxHeight)); //상단 |
|
1150 |
//ps.Add(new Point(Canvas.GetLeft(Base_TextBox), Canvas.GetTop(Base_TextBox))); //상단
|
|
1151 |
//ps.Add(new Point(Canvas.GetLeft(Base_TextBox) + this.BoxWidth, Canvas.GetTop(Base_TextBox))); //상단
|
|
1152 |
//ps.Add(new Point(Canvas.GetLeft(Base_TextBox), Canvas.GetTop(Base_TextBox) + this.BoxHeight)); //좌단
|
|
1153 |
//ps.Add(new Point(Canvas.GetLeft(Base_TextBox) + this.BoxWidth, Canvas.GetTop(Base_TextBox) + this.BoxHeight)); //상단
|
|
1154 | 1154 |
#endregion |
1155 | 1155 |
|
1156 | 1156 |
|
... | ... | |
1257 | 1257 |
//Point testP = new Point(endP.X-100,endP.Y); |
1258 | 1258 |
Point testP = endP; |
1259 | 1259 |
|
1260 |
//Point testP = new Point(endP.X, endP.Y - 50); |
|
1260 | 1261 |
|
1261 | 1262 |
|
1262 | 1263 |
if (isFixed) |
내보내기 Unified diff