프로젝트

일반

사용자정보

개정판 02275aa2

ID02275aa28e4e4587141542160d36786223aa4907
상위 d2b05ce7
하위 3933072f

이지연이(가) 약 6년 전에 추가함

#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

클립보드 이미지 추가 (최대 크기: 500 MB)