개정판 02275aa2
#754 Arc Arrow Line Control 양쪽 화살표로 수정
MarkupToPDF/Controls/Line/ArrowArcControl.cs | ||
---|---|---|
449 | 449 |
pathFigure.IsClosed = false; |
450 | 450 |
instanceGroup.Children.Add(pathGeometry); |
451 | 451 |
|
452 |
//화살표하나추가
|
|
452 |
//화살표하나 |
|
453 | 453 |
instanceGroup.Children.Add(SingleAllow(this.MidPoint, this.StartPoint, this.LineSize)); |
454 |
//화살표 두개 추가시에는 밑에 꺼 쓰면 됨
|
|
455 |
//instanceGroup.Children.Add(ConverseAllow(this.EndPoint, this.MidPoint, this.LineSize));
|
|
454 |
//화살표 두개 |
|
455 |
instanceGroup.Children.Add(ConverseAllow(this.EndPoint, this.MidPoint, this.LineSize)); |
|
456 | 456 |
this.Base_ArcPath.Fill = this.StrokeColor; |
457 | 457 |
//Base_ArcPath.StrokeThickness = 3; |
458 | 458 |
|
내보내기 Unified diff