프로젝트

일반

사용자정보

개정판 08be599f

ID08be599f24c67779aad234e18de8102741e074ba
상위 666bb823
하위 c4a8d205

임예철이(가) 9달 전에 추가함

Sign Image에 Margin값 적용

Change-Id: Ia7b2ca158a15563611c8f24d3f5a189dd96797ed

차이점 보기:

MarkupToPDF/Controls/Etc/SignControl.cs
305 305
            pathFigure.IsClosed = true;
306 306
            pathGeometry.Figures.Add(pathFigure);
307 307

  
308
            this.Base_Image.Width = pathGeometry.Bounds.Width;
309
            this.Base_Image.Height = pathGeometry.Bounds.Height;
308
            // 상 하 좌 우 에 마진값 적용
309
            double dMargin = -20;
310

  
311
            this.Base_Image.Width = Math.Abs(pathGeometry.Bounds.Width+ dMargin);
312
            this.Base_Image.Height = Math.Abs(pathGeometry.Bounds.Height+ dMargin);
310 313

  
311 314
            this.Tag = pathGeometry;
312 315

  

내보내기 Unified diff

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