프로젝트

일반

사용자정보

개정판 53393bae

ID53393bae0ed9b1220ac7a28ee6ae47986c5e9689
상위 817531e4
하위 60fe743b

KangIngu 이(가) 6년 이상 전에 추가함

Converter
- Converter Searview 잘못된 Return값 제외

Viewer
- CloudControl, rectCloud, Textcontrol, ArrowTextControl CloudArcDepth 0.8로 고정
- Save, Load시 ArcLength 바인딩 되도록 수정
- 권한이 없을 경우 단축키 권한 제외(Ctrl + A, C, V)
- License 체크시 Member테이블에 없을 경우 등록된 사용자가 아닙니다 후 종료 되도록 설정

FinalItem
- CloudControl, rectCloud ArcLength 받아서 그려주도록 변경

차이점 보기:

MarkupToPDF/Controls/Shape/RectCloudControl.cs
25 25
        public Path Base_ArcPath = null;
26 26
        public Path Base_BodyPath = null;
27 27

  
28
        private const double _CloudArcDepth = 0.55;  /// 2018.05.14 added by humkyung
28
        private const double _CloudArcDepth = 0.8;  /// 2018.05.14 added by humkyung
29 29

  
30 30
        #endregion
31 31

  
......
459 459
                //this.FillColor = new SolidColorBrush(Colors.Red);
460 460
                this.PathSubData = pathGeometry;
461 461
            }
462

  
462
            ArcLength = ArcLength == 0 ? 10 : ArcLength;
463 463

  
464 464
            #endregion
465 465
            #region Cloud 만들기

내보내기 Unified diff

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